function Refurl(){
Ref = self.location.search; 
fURL = Ref.substring( 1, Ref.length ); 
if( fURL != "" ){ 
document.frames('item').document.location=fURL;
}
}


//ポップアップ画面
function jump(w1){
   	    w=window.open(w1,"win1","toolbars=no,scrollbars=yes,width=600,height=300");
        w.focus();
	}

//カート
function GoSend_75342301(){
location.reload();
w=window.open("","wind1","width=600,height=500,scrollbars=1,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=1");
if (navigator.appName == "Netscape"){
if (navigator.appVersion > "3"){
document.detail_75342301.submit();
w.focus();
}
}
else {
document.forms["detail_75342301"].submit();
w.focus();
}
}

//
function popJump(selOBJ)
{
	n = selOBJ.selectedIndex;
	if (selOBJ.options[n].value !="#"){
 		w=window.open("","wind1","width=600,height=500,scrollbars=1,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=1");
		w.focus();
		w.location.href = selOBJ.options[n].value;
}
}

//fax注文書の印刷
function order(w2){
o=window.open(w2,"win2","toolbars=no,scrollbars=no,width=300,height=100");
o.print();
setTimeout('o.close()',5000)
}
