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

