function allCH () {
	document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
	document.write ('width=213' + ' height=518' + '\n');
	document.write ('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">\n');
	document.write ('<param name="MOVIE" value="/swf/ch.swf?mainMenu=2&0303">' + '\n');
	document.write ('<param name="PLAY" value="true">\n');
	document.write ('<param name="LOOP" value="false">\n');
	document.write ('<param name="QUALITY" value="best">\n');
	document.write ('<param name="BGCOLOR" value="#ffffff">' + '\n');
	document.write ('<param name="MENU" value="false">\n');
	document.write ('<param name="SCALE" value="noscale">\n');

	document.write ('<embed src="/swf/ch.swf?mainMenu=2&0303"' + ' width=213' + ' height=518' + '\n');
	document.write ('PLAY="true" \n');
	document.write ('LOOP="false" \n');
	document.write ('QUALITY="best" \n');
	document.write ('BGCOLOR="#ffffff"' + '\n');
	document.write ('MENU="false"\n');
	document.write ('SCALE="noscale"\n');
	document.write ('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">\n');
	document.write ('</embed>\n');

	document.write ('</object>\n');
}


data = new Array();
	data[0] = "../img_common/head_btn01on.gif";
	data[1] = "../img_common/head_btn02on.gif";
	data[2] = "../img_common/foot_btn01on.gif";
	data[3] = "../img_common/foot_btn02on.gif";
	data[4] = "../img_common/foot_btn03on.gif";

prImg= new Array();

for (i=0; i<data.length; i++) {
	prImg[i] = new Image();
	prImg[i].src = data[i];
}


function openWin(url, winName, wx, wy) { 
	x = (screen.width - wx) / 2;
	y = (screen.height - wy) / 2 - 40;
	var options = "scrollbars=0,status=0,toolbar=0,left=" + x + ",top=" + y + ",width=" + wx + ",height=" + wy;
	window.open(url,winName,options);
}
// for old contents
function contentWin(url) {
        wx = 330;
        wy = 340;
        x = (screen.width - wx) / 2;
        y = (screen.height - wy) / 2 - 40;
        var options = "scrollbars=1,status=0,toolbar=0,left=" + x + ",top=" + y
+ ",width=" + wx + ",height=" + wy;
        window.open(url,'oldContents',options);
}


