var newwindow;
function popwindow(url)
{
	newwindow=window.open(url,'paper','height=480,width=695,scrollbars=yes,top=0,left=50,menubar=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
}