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

