function ShowKP(RetV) {
						var obj;
                        window1=open("", "_ShKY", "top=30,left=50,width=1000,height=700,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes")
obj = document.getElementById('autolog');
obj.CUnumber.value = RetV;
obj.submit();
//document.forms.autolog.CUnumber.value = RetV
//document.forms.autolog.submit()
window1.focus()
}
function popUppi(URL) {
        eval("window.open(URL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=1,height=1,left=0,top=0');");
}
function popUppi2(URL) {
        eval("window.open(URL,'','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1,height=1,left=0,top=0');");
}
function popUppi3(URL) {
        eval("window.open(URL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=500,left=0,top=0');");
}
function popUp(URL) {   eval("window.open(URL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=180,left=0,top=0');");
}
function tpopUp(URL) {
var wiinle = (screen.width - 704) / 2;
var wiinUp = (screen.height - 549) / 2;
eval("window.open(URL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=704,height=449,left='+wiinle+',top='+wiinUp);");
}
function popUps(URL,width,height) {     eval("window.open(URL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width='+width+',height='+height+',left=0,top=0');");
}
