// JavaScript Document
//IE΍p


function openWin(url,sub,f) { 
newWin=window.open(url,sub,f);
newWin.focus();
}
