function popup(url){
	newwin = window.open(url,"new","toolbar=yes,location=yes,dirctory=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=0,width=810,height=750");
	newwin.focus();
}

function popup2(url){
	newwin = window.open(url,"new","toolbar=yes,location=yes,dirctory=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=0,width=950,height=750");
	newwin.focus();
}

