function poptastic(URL,y,x)
{
	newwindow=window.open(URL,'name','height='+y+',width='+x+',scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}
