MAC = navigator.userAgent.indexOf('Mac') != -1;
IE = document.all;
NN = document.layers;
N6 = !IE && document.getElementById;
VER = navigator.appVersion.charAt(0);
IC = IE || NN || N6;
OPR = navigator.userAgent.indexOf('Opera') != -1;
SAFARI = navigator.userAgent.indexOf('Safari') != -1;

function helpWindowOpen()
{
	newWindow = window.open("","cighelp","width=360,height=550,scrollbars=1,resizable=1,location=0,directories=0,menubar=0,toolbar=0");
	newWindow.focus();
	return newWindow;
}

function largeWindowOpen()
{
	newWindow = window.open("","ciglarge","width=700,height=500,scrollbars=1,resizable=0,location=0,directories=0,menubar=0,toolbar=0, status=0");
	newWindow.focus();
	return newWindow;
}

function secondWindowOpen()
{
	newWindow = window.open("","cigsecond","scrollbars=1,resizable=1,location=1,directories=1,menubar=1,toolbar=1, status=1");
	newWindow.focus();
	return newWindow;
}




function linkWindowOpen()
{
	newWindow = window.open("","ciglink","scrollbars=1,resizable=1,location=1,directories=1,menubar=1,toolbar=1, status=1");
	newWindow.focus();
	return newWindow;
}




function footerWindowOpen()
{
	newWindow = window.open("","cigsmall","width=400,height=500,scrollbars=1,resizable=0,location=0,directories=0,menubar=0,toolbar=0, status=0");
	newWindow.focus();
	return newWindow;
}

function goSubwin(url)
{
	sheight = screen.height - 60;
	height = 680;
	
	if (sheight >= height) {
		width = 770;
		option =
			"toolbar=no,locationbar=no,personalbar=no,menubar=no,scrollbars=no,resizable=yes" +
			",width=" + width + ",height=" + height;
	} else {
		width = 788;
		height = sheight;
		option =
			"toolbar=no,locationbar=no,personalbar=no,menubar=no,scrollbars=yes,resizable=yes" +
			",width=" + width + ",height=" + height;
	}
	window.open(
		url
		,"ijppgoods"
		,option
	).focus();
}

//function writeStyle()
//{
//	style_name = "styles-site.css"; // common
//	if (
//		/Windows/.test(navigator.userAgent)
//		&& /MSIE/.test(navigator.userAgent)
//	) {
//		// windows IE
//		style_name = "styles-site-winie.css";
//	} else if (
//		/Mac/.test(navigator.userAgent)
//		&& /MSIE/.test(navigator.userAgent)
//	) {
		// windows IE
//		style_name = "styles-site-macie.css";
//	}
//	
//	document.write('<link rel="stylesheet" type="text/css" href="/ij/printprojects/css/' + style_name + '">');
//}

document.write('<script SRC="/ij/js/window_dev.js" language="JavaScript"></script>');

