
function popup(url)
{
	newwindow=window.open(url,'name','height=450,width=500');
	if (window.focus) {newwindow.focus()}
	return false;
}



