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

