//印刷する
RefHref1="";
function RefOpen1(RefHref1){
var RefWin=window.open(RefHref1,'RefWin2','scrollbars=no,resizable=no,width=640,height=900');
if(navigator.appVersion.charAt(0)==2){RefWin=window.open(RefHref1,'RefWin2','scrollbars=no,resizable=no,width=640,height=900')};
if(navigator.appVersion.charAt(0)>=3){RefWin.focus()}};

//携帯へ送る
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
