function JsViewInfo( kind ) {
document.getElementById("infoKind").value = kind + "";
document.getElementById("infoPos").value = getPosition();
document.getElementById("frmInformation").submit();
}

function JsInfoList( kind ) {
//location.href="/com/informationList/begin.do";
JsVpRelease10Top();
}

function JsInfoLink( url, flg ) {
if(url.indexOf( "(" )>0 && url.indexOf( ")" )>0){
eval(url);
return;
}
if ( flg == "0" ) {
location.href = url;
} else if ( flg == "1" ) {
JsOpenWindow(url, "information", "");
} else if ( flg == "2" ) {
JsOpenWindow(url, "smallPopup", "width=550,height=230");
} else if ( flg == "3") {
JsViewPage(url);
}
}

function JsSupportInfoLink() {
location.href="http://www.epsondirect.co.jp/support/information/index.asp";
//window.open("http://www.epsondirect.co.jp/support/information/index.asp", "information", "");
}

function JsEpsonInfo() {
    JsOpenWindow('http://www.epson.jp/info/', 'epson', '');
}

