/*
########################################################
Window Open
########################################################
*/

function openWindow(){
	window.open("http://www.pitta.ne.jp/explain_movie/movie_about.html", "_blank", "width=720, height=480, alwaysLowered=no, dependent=no, hotkeys=no, menubar=no, resizable=no, scrollbars=no, status=no, toolbar=no, innerHeight=480, innerWidth=720, ",false)
}
