/* JavaScript Information ===============================
File name: openFullScreen.js
Description:Original Theme for daidojuku.jp
Author:daidojuku(M.Masuko)
Last Editor: Mineaki Masuko
Date: 2010.08.16
Fixed Date: 2011.04.07--" and ' parameter fixed
=============================================== */

// <![CDATA[

function openFullScreen() {

	open('aboutus.htm','window',"width=" + screen.width + ",height=" + screen.height + ",top=0,left=0,toolbar=no,location=yes,menubar=no,scrollbars=yes,resizable=yes");

}

// ]]>

