//feature_e = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,resizable=no,width=540,height=500";

//open window
function openWin(url, w, h)
{ 
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	var winprop = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll 
	openwin = window.open(url,'',winprop); 
} 

feature_e = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=no,width=540,height=430";

function Window_Open(){
var win;
win = window.open("event/index.html","event",feature_e);
win.focus();
}

function Window_Open_Er(){
var win;
win = window.open("event/er.html","er",feature_e);
win.focus();
}

feature_g = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=no,width=540,height=500";

function Window_Open_Event(){
var win;
win = window.open("event/event02.html","event",feature_g);
win.focus();
}

function Window_Open_Goods(num){

var win;
if(num == 1 ){
win = window.open("event/goods.html#book","goods",feature_g);
}
if(num == 2 ){
win = window.open("event/goods.html#memorycard","goods",feature_g);
}
if(num == 3 ){
win = window.open("event/goods.html#book2","goods",feature_g);
}
if(num == 4 ){
win = window.open("event/goods.html#book3","goods",feature_g);
}
if(num == 5 ){
win = window.open("event/goods.html#book4","goods",feature_g);
}

win.focus();

}

function Window_Open_Pub(){
var win;
win = window.open("event/public.html","event",feature_g);
win.focus();
}

feature_m = "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=no,width=600,height=500";

function Window_Maintenance() {
var win;
win = window.open("http://www3.capcom.co.jp/info/maintenance03.html","maintenance",feature_m);
win.focus();
}

feature = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=yes,width=500,height=500";

function Window_Open1(){
var win;
win = window.open("screen/0806/p4/index.html","pop",feature);
win.focus();
}

function Window_Open2(){
var win;
win = window.open("screen/0806/p4/index2.html","pop",feature);
win.focus();
}

function Window_Open3(){
var win;
win = window.open("screen/0806/p4/index3.html","pop",feature);
win.focus();
}

function Window_Open4(){
var win;
win = window.open("screen/0806/p4/index4.html","pop",feature);
win.focus();
}

function Window_Open5(){
var win;
win = window.open("screen/0806/p4/index5.html","pop",feature);
win.focus();
}

feature2 = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=yes,width=420,height=400";

function Window_Open8201(){
var win;
win = window.open("screen/0820/p3/index.html","pop",feature2);
win.focus();
}

function Window_Open8202(){
var win;
win = window.open("screen/0820/p3/index2.html","pop",feature2);
win.focus();
}

function Window_Open8203(){
var win;
win = window.open("screen/0820/p3/index3.html","pop",feature2);
win.focus();
}

function Window_Open8204(){
var win;
win = window.open("screen/0820/p3/index4.html","pop",feature2);
win.focus();
}

function Window_Open8205(){
var win;
win = window.open("screen/0820/p3/index5.html","pop",feature2);
win.focus();
}

function Window_Open8206(){
var win;
win = window.open("screen/0820/p3/index6.html","pop",feature2);
win.focus();
}

function Window_Open8207(){
var win;
win = window.open("screen/0820/p3/index7.html","pop",feature2);
win.focus();
}


