/* open window */
var NewWin=null;

/* サンプル画像用 */
function dechagaview1(src, winName){
	NewWin=window.open(src,winName,'toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=928,height=600');768
}
function dechagaview2(src, winName){
	NewWin=window.open(src,winName,'toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=1184,height=600');
}

/* グラビア画像用 */
function opengravure(src, winName){
	NewWin=window.open(src,winName,'toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=1240,height=800');
}

/* その他 */
function openwindow1(src, winName){
	NewWin=window.open(src,winName,'toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=680,height=600');
}
function openwindow2(src, winName, wid, hi){
	NewWin=window.open(src,winName,'toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width='+wid+',height='+hi+'');
}

/* ムービー用 */
function openmovie1(src, winName){
	NewWin=window.open(src,winName,'toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=800,height=600');
}
function openmovie2(src, winName){
	NewWin=window.open(src,winName,'toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=440,height=450');
}
/* フォーム用 */
function smallwindow(src, winName){
	NewWin=window.open(src,winName,'toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=598,height=530');
}
