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