function popitup(url)
{
	newwindow=window.open(url,'name','height=525,width=485');
	if (window.focus) {newwindow.focus()}
}