var newwindow;
function popup(url)
{
	newwindow=window.open(url,'name','height=320,width=691');
	if (window.focus) {newwindow.focus()}
}
