//----------------------------------------//
//別Windowを開く//
//----------------------------------------//
function openBrWindow(theURL,winName,features) { 
myWin=window.open(theURL,winName,features);
myWin.focus();
}