﻿

function poptastic(url)
{
	var newwindow=window.open(url,'name','height=768,width=1024,left=50,top=50,resizable=yes,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}
