﻿//Key Visual
function KeyVisual(){
	var src;
src = "<p id=\"keyVisual\" class=\"rollover\"><a href=\"special/index.html\" onclick=\"centerWinTK('special/index.html'); return false;\"><img src=\"img/index/key-visual.jpg\" alt=\"日本の新しい写真館：プロフェッショナルフォトソリューション：別ウインドウが開きます。\" width=\"650\" height=\"200\" /></a></p>";
	document.write(src);
}

// Popup
function centerWinTK(url){
var win = window.open(url, "Prophoto", "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=1");
win.focus();
//win.moveTo(0,0);
//win.resizeTo(screen.availWidth,screen.availHeight);
}
//Parent Window
function parentWindow(url){
	changeWindow = window.open( url, "EnterProphoto" );
	changeWindow.focus();

}

