function popUp(strURL,strWidth,strHeight) {
var strOptions="";
strOptions="width="+strWidth+",height="+strHeight;
window.open(strURL, 'newWin', strOptions);
}
