 
 function ust(k)
 {
 document.getElementById(k).className='ust';
 }
  function ust_out(k)
 {
 document.getElementById(k).className='';
 }
 
 
function pencere(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=850,height=650,left = 150,top = 5');");
}

 function pencere2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=850,height=400,left = 150,top = 5');");
}
 
 
 function pencere3(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=550,height=400,left = 150,top = 5');");
}
 function pencere5(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1000,height=650,left = 150,top = 5');");
}
function cntrl(a,b)
{
if (a!='')
{
document.getElementById(b).value='';

}


}