var newwindow;
function popup(url)
{
	newwindow=window.open(url,'name','height=525,width=820,left=100,top=100,resizable=yes,fullscreen=No,location=No,directories=No,scrollbars=no,toolbar=No,menubar=No,status=No');

	if (window.focus) {newwindow.focus()}
}