// エントリー用に変更---仮版です。

var test = '';     //'/test';
var setHttps = "https://fosnet.jp" + test ;
var setHttp = "http://fosnet.jp" + test ;

// エントリー準備中のニューWindow
function topOpenEntryMsg() {
url = setHttps + "/app/newAppinp.php?mode=init";
window.open(url,"AppWindow","toolbar=no,SCROLLBARS=yes,resizable=yes,width=780,height=800,top=10,left=10")

}
function OpenEntryMsg() {
url = "../entrymsg.htm"
open(url,"window_topics",
"toolbar=no,SCROLLBARS=no,resizable=no,width=280,height=100,top=200,left=500")
}
function OpenEntryMsgnew() {
url = "../new/entrymsg.htm"
open(url,"window_topics",
"toolbar=no,SCROLLBARS=no,resizable=no,width=280,height=100,top=200,left=500")
}
function OpenEntryMsgnewpart() {
url = "../../new/entrymsg.htm"
open(url,"window_topics",
"toolbar=no,SCROLLBARS=no,resizable=no,width=280,height=100,top=200,left=500")
}
function NewAppJump() {
 url = setHttp + "/entryend.htm";
open(url,"window_topics",
"toolbar=no,SCROLLBARS=no,resizable=no,width=280,height=100,top=200,left=500")
// url = setHttps + "/app/newAppinp.php?mode=init";
//open(url,"AppWindow",
//"toolbar=no,SCROLLBARS=yes,resizable=yes,width=780,height=800,top=10,left=10")

}
function PartAppJump(p1) {
 if (p1 == '') {
	 url = "/app/partAppinp.php?mode=init"; }
  else {
	 url = "/app/partSelInp.php?job_id=" + p1 + "&mode=init";
 }
 url = setHttps + url;
open(url,"AppWindow",
"toolbar=no,SCROLLBARS=yes,resizable=yes,width=780,height=800,top=10,left=10")

}
