function openLogin(url){
window.open(url,'','toolbar=no,status=yes,width=1000,height=600,left=0,top=0');
}
function openwin(url,dheight,dwidth)
{
window.open(url,'','height='+dheight+',left=0,top=0, width='+dwidth+', toolbar=no, menubar=no, scrollbars=yes, resizable=no, location=no, status=no');
}

function search1()
{
window.open('/app/SearchDoc.aspx?c=10&ParentChId='+document.all("ParentChId").value+'&key='+escape
(document.all("key").value));
return false;
}


