function popUp( strURL,num ) {
var strOptions="scrollbars,resizable,height=350,width=540";
window.open(strURL, 'newWin'+num , strOptions);
}

