/*POP UP WINDOW*/function openWindow(url,winname,x,y){	window.open(url,winname,"menubar=0,scrollbars=1,toolbar=0,resizable=1,status=1,width=" + x + ",height=" + y + "'");}function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}/*NEW*/function openInfo(url,wname){	subWidth = 340;	subHeight = 650;	subWin=window.open(url,wname,"menubar=0,scrollbars=1,toolbar=0,resizable=1,status=1,width=" + subWidth + ",height=" + subHeight);	subWin.focus();}