/**********************************************************************
JBIS : [ /common/js/common.js ]

09.03.10
***********************************************************************
a variable : gCm_xxx
a function : set_xxx / get_xxx / image_xxx
**********************************************************************/


/*---------------------------------------------
 Path
---------------------------------------------*/
var gCm_strRootPath = 'http://www.jbis-inc.com/';
var gCm_strImgPath  = 'http://www.jbis-inc.com/shared/img/';
var gCm_strJsPath  = 'http://www.jbis-inc.com/shared/js/';

/*---------------------------------------------
 Document Write
---------------------------------------------*/
with( document ){
	write('<script language="Javascript" type="text/javascript" src="' + gCm_strJsPath + 'style.js"></script>');
	write('<script language="Javascript" type="text/javascript" src="' + gCm_strJsPath + 'rollover.js"></script>');
	write('<script language="Javascript" type="text/javascript" src="' + gCm_strJsPath + 'header.js"></script>');
	write('<script language="Javascript" type="text/javascript" src="' + gCm_strJsPath + 'footer.js"></script>');
}

try {
	document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}




/*********************************************************************/

