var newwindow;
function poptasticpage(url)
{
	newwindow=window.open(url,'name','height=175,width=650,left=100,top=100,toolbar=no');
	if (window.focus) {newwindow.focus()}
}
