<!--
function Cart() { 
var w =
window.open("","Cart","location=no,status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=450"); 
 w.focus(); 
}
//-->
<!--
function jump(){

    var si = document.frmSample.opSample.selectedIndex;
    var url = document.frmSample.opSample.options[si].value;
    location.href = url;

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
<!--
// ツリーメニュー
flag = false;
function treeMenu(tName) {
  tMenu = document.all[tName].style;
  if(tMenu.display == 'none') tMenu.display = "block";
  else tMenu.display = "none";
}

function jw_open(fmname) {
var w =
window.open("","sample","location=no,status=yes,toolbar=no,menubar=no,scrollbars=no,resizable=yes,width=400,height=200"); 
window.document.forms[fmname].submit();
 w.focus(); 
 w.status ="Q"; 
}
function jump_url(url_a){window.location.href= url_a};
//flag = false;
//function treeMenu(tName) {
//  tMenu = document.all[tName].style;877:860
//  if(tMenu.display == 'none') tMenu.display = "block";
//  else tMenu.display = "none";
//}

function widthdte(){
var qq=document.documentElement.clientWidth;
bwidth=Math.round((qq - 180 - 230) * 0.92);

//qtxt='assssssa'+qq+'::::';
qtxt='<iframe src="reco.php?&bwidth='+bwidth+'" height="850" width="'+bwidth+'" scrolling=no frameborder="0" id="reco5"></iframe>';
//';
document.getElementById("recos").innerHTML = qtxt;
//alert(bwidth);
iframeResize('reco5');
//	document.getElementById("reco").width=qq;
};
//addEvent(window,"load",function(){fitIfr('reco5')});

<!--
function heightc(idname){
//	alert(document.getElementById(idname).height);	
//	document.getElementById(idname).width ='70px';
}
//-->
