/**********************************************************************
CRIEPI : [ common.js ]

08.1.xx
***********************************************************************
a variable : -
a function : common_
**********************************************************************/
document.write("<script type=\"text/javascript\" src=\"/__utm.js\"></script>");

var gstrServerFlag = 0;  // 0:test  1:real

var gstrPath = '';
var gstrRealDir = '/';
var gstrTestDir = '/';

if (gstrServerFlag) {
	gstrPath = gstrRealDir;
} else {
	gstrPath = gstrTestDir;
}

with(document) {
	write('<script type="text/javascript" src="' + gstrPath + 'common/js/jquery.js"></script>');
	write('<script type="text/javascript" src="' + gstrPath + 'common/js/menu.js"></script>');
	write('<script type="text/javascript" src="' + gstrPath + 'common/js/rollover.js"></script>');
}


/*********************************************************************/


