// JavaScript Document
//ウィンドウオープン

<!--
function whint(theURL) { //v2.0
  window.open(theURL,"hint","menubar=yes,status=yes,scrollbars=yes,resizable=yes,width=600,height=550");
}

//-->

