function popwindow(url)
{
	newwindow=window.open(url,'name','height=540,width=790,location=0,toolbar=0,scrollbars=1,resizable=1');
	if (window.focus) {newwindow.focus()}
}