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

