var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=460,width=600,left=100,  top=100,resizable=no,scrollbars=no,toolbar=no,location=no,status=no');
	if (window.focus) {newwindow.focus()}
}
