// JavaScript Document


function makeWin(strFileName){
	window.open(strFileName,"","width=820,height=650,resizable=1,scrollbars=auto");
}

function makeWinETCUse(strFileName){
	window.open(strFileName,"ETCのご利用方法","width=630,height=600,scrollbars=yes,resizable=yes");
}

function makeWinWPCatalog(strFileName){
	window.open(strFileName,"ワールドプレゼントカタログ","width=820,height=650,scrollbars=auto,resizable=yes");
}

function makeRevoSimulation(strFileName){
	window.open(strFileName,"シミュレーション","width=620,height=650,scrollbars=auto,resizable=yes");
}
function makeSimulation(strFileName){
	window.open(strFileName,"シミュレーション","width=620,height=650,scrollbars=auto,resizable=yes");
}

function makeWinWP(strFileName){
	window.open(strFileName,"ワールドプレゼント","width=630,height=600,scrollbars=yes,resizable=yes");
}