function OpenGallery01(){
	window.open("http://www.blanc-neige.jp/photo/photo/index.html","galleryWin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,Width=1100,Height=760");
}

function OpenGallery02(){
	window.open("http://www.blanc-neige.jp/photo/dress/index.html","galleryWin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,Width=1100,Height=760");
}

function OpenGalleryTop(){
	window.open("http://www.blanc-neige.jp/photo/dress/index.html","galleryWin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,Width=1100,Height=760");
}


function OpenDress(){
	window.open("http://www.familyphoto-k.com/menu/couture/gallery/","galleryWin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,Width=1100,Height=760");
}

// Open Window

function openGallery(url){
	window.open(url,"galleryWin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,Width=1100,Height=760");
}

// Close Window
function CloseWin(){
	window.close();
}
