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

