function openBlanc(){
	var theWidth = screen.availWidth;
	var theHeight = 650;
	var moveH=(screen.availHeight-650)/2;
	window.open('blanc/flash/blanc.html','main','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left=0,top='+moveH+',width='+theWidth+',height='+theHeight);
}

function openMove(){
	var theWidth = screen.availWidth;
	var theHeight = 680;
	var moveH=(screen.availHeight-680)/2;
	window.open('move/index.html','main','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left=0,top='+moveH+',width='+theWidth+',height='+theHeight);
}

