function popUp(strURL, strType) 
{ 
window.open(strURL, strType, 'width=825, height=320, scrollbars=yes, resizeable=no'); 
}