theHost = 'http://www.homeguide.co.jp';
//theHost = 'http://204.202.2.180/daiwa';
function open_spop(file) { //v3.0
	theURL = theHost + '/00cmn/pop/spop/' + file + '.php';
	winName = "s";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=270,height=400,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_mpop(file) { //v3.0
	theURL = theHost + '/00cmn/pop/mpop/' + file + '.php';
	winName = "m";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=420,height=420,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_mpopno(file,no) { //v3.0
	theURL = theHost + '/00cmn/pop/mpop/' + file + '.php?no='+no;
	winName = "m";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=420,height=420,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_lpop(file) { //v3.0
	theURL = theHost + '/00cmn/pop/lpop/' + file + '.php';
	winName = "l";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=630,height=530,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_detail(file, b035,is_rakuten) { //v3.0
	theURL = theHost + '/03prog/search/search_b.php?b002=' + file + '&b035=' + b035 + '&is_rakuten=' + is_rakuten;
	winName = "l";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=700,height=530,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_charge(file) { //v3.0
	theURL = file;
	winName = "open_charge";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=500,height=480,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function subWin(){
      window.open("http://www.daiwajuhan.com/privacy.html","window1","width=470,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no'");
}
function open_conditions(no) { //v3.0
	theURL = theHost + '/daiwapresen/conditions_' + no + '.html';
	winName = "l";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=700,height=530,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_kinrin(no) { //v3.0
	theURL = theHost + '/daiwapresen/kinrin_' + no + '.html';
	winName = "l";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=700,height=530,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}

