
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name' ,'width=720,height=540,menubar=no,status=no,location=no,toolbar=no,scrollbars=no');
	if (window.focus) {newwindow.focus()}
}


