var newwindow;
function ApriFinestra()
{
newwindow=window.open('http://www.pwrel.it/company-info.asp','PowerElectronics','width=400,height=200,left=150,top=150');
if (window.focus) {newwindow.focus()}
}

