// JavaScript Document function POPUP_IT(){ POPUPWindow = window.open("base_ITA.htm?detectflash=true", "", "height=" + (window.screen.height - 60) + ", width=" + (window.screen.width - 10) + ", top=0, left=0"); } function POPUP_EN(){ POPUPWindow = window.open("base_ENG.htm?detectflash=true", "", "height=" + (window.screen.height - 60) + ", width=" + (window.screen.width - 10) + ", top=0, left=0"); } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); }