﻿self.name = "philipsWnd";
function popup(theURL) {	   
    ww = (window.screen.width/2) - 386;

    hh = (window.screen.height/2) - 217;	
    window.open(theURL, '', 'width=792, height=433, top='+hh+', left='+ww+', scrollbars=yes');
}

function popupRadio(theURL) {	   
    ww = (window.screen.width/2) - 386;

    hh = (window.screen.height/2) - 217;	
    window.open(theURL, '', 'width=295, height=350, top='+hh+', left='+ww+', scrollbars=yes');
}

function NewPage() {
window.location.href='Default.aspx?Tab=3';
//ImageButton1
}