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