<!--
image = new Image();
image.src = "favicon.ico";

function FormWin() {
	window.open("form.html","","width=700,scrollbars=1,resizable=1");
}

// イベントウィンドウ
function Event(url) {
	window.open(url , "" , "width=700 , scrollbars=1 , resizable=1");
}

// キャンペーンウィンドウ
function CpWin(url) {
	window.open(url , "" , "width=830 , scrollbars=1 , resizable=1");
}

// コスパレベル表ウィンドウ
function Level() {
	window.open("level.html" , "level" , "width=700 , scrollbars=1 , resizable=1");
}


// 燕渚終閨@代)・・飭function RE() {
	window.open("record.html","","width=600 , scrollbars=1 , resizable=1");
}


// マウスオーバー
function Mover(nam,no) {
	if (navigator.appVersion.charAt(0) >= 3) {
		overimg = new Image();
		overimg.src = "../../ssnam/snam" + no + ".gif";
		document.images[nam].src = overimg.src;
	}
}

function Mout(nam,no) {
	outimg = new Image();
	outimg.src = "../../ssnam/snam" + no + ".gif";
	document.images[nam].src = outimg.src;
}

//-->