<!--//
function newwin(url, name, wdth, hght , x, y)
{
window.open(url,name,"resizable=no,toolbar=no,scrollbars=no,menubar=no,status=no,resizable=no,width="+wdth+",height="+hght+",left="+x+",top="+y+"");
}
//-->
