var popUpWindow = null;function openPopUpWindow( scope ){	var params = 'scrollbars=no,resizable=no,toolbar=no, menubar=no,status=no,location=no,left=85,top=20,width=600,height=503';	popUpWindow = window.open(''+scope, "popUpWindow", params);	popUpWindow.focus();}