

<!-- popup login script -->


function newwin(name,x,y) {
        var n=window.open(name,"new","menubar=yes,resizable=yes,scrollbars=yes,status=yes,width="+x+",height="+y);
        n.location.href=name
	n.focus()
}



