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

