var newwindow;
function popopen(url)
{
	newwindow=window.open(url,'name','height=900,width=794,resizable=yes,scrollbars=yes,menubar=yes');
	if (window.focus) {newwindow.focus()}
}
