var ms = navigator.appVersion.indexOf("MSIE");
var ie4 = (ms>0) && (parseInt(navigator.appVersion.substring(ms+5, ms+6)) >= 4)
var nesc = navigator.appName.lastIndexOf("Netscape"); //一致した位置(0)を返す
var nesc4 = (nesc >= 0) && (parseInt(navigator.appVersion.substring(0,2)) >= 4);


function fullscreen(){
	if (nesc4){
    	newwindow = window.open("http://www.tutuwedding.com/aimee/flash.html","newwindow",
"scrollbars,width=" + window.screen.width + ",height=" + window.screen.height);
		newwindow.moveTo(0,0);
		newwindow.focus();

	}else if (ie4){
		window.open("http://www.tutuwedding.com/aimee/flash.html","screen","fullscreen=yes");

	}
}



function fullscreen2(){
	if (nesc4){
    	newwindow = window.open("http://www.resortwedding.net/risonavi/index.html","newwindow",
"scrollbars,width=" + window.screen.width + ",height=" + window.screen.height);
		newwindow.moveTo(0,0);
		newwindow.focus();

	}else if (ie4){
		window.open("http://www.resortwedding.net/risonavi/index.html","screen","fullscreen=yes");

	}
}

function fullscreen3(){
	if (nesc4){
    	newwindow = window.open("http://www.resortwedding.net/risonavi/index.html","newwindow",'width=1190,height=840,top=0,left=0,scrollbars = no,resizable = yes');
		newwindow.moveTo(0,0);
		newwindow.focus();

	}else if (ie4){
		window.open("http://www.resortwedding.net/risonavi/index.html","newwindow",'width=1190,height=840,top=0,left=0,scrollbars = no,resizable = yes');
	}
}
function chapelscr(){
	if (nesc4){
    	newwindow = window.open("http://www.resortwedding.net/risonavi/chapel.html","chapelw",'width=1200,height=800,top=0,left=0,scrollbars = no,resizable = yes');
		newwindow.moveTo(0,0);
		newwindow.focus();

	}else if (ie4){
		window.open("http://www.resortwedding.net/risonavi/chapel.html","chapelw",'width=1200,height=800,top=0,left=0,scrollbars = no,resizable = yes');
	}
}
