var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'popUp','height=500,width=700,resizable=no,scrollbars=no,left=130,top=100');
	if (window.focus) {newwindow.focus()}
}