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