﻿var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=800,width=650');
	if (window.focus) {newwindow.focus()}
}
function poptastic2(url)
{
	newwindow=window.open(url,'name','height=700,width=795');
	if (window.focus) {newwindow.focus()}
}
function poptastic3(url)
{
	newwindow=window.open(url,'name','height=700,width=500,hotkeys=no,alwaysRaised=yes,resizable=no,status=no,menubar=no,toolbar=no,screenX=450,screenY=150,scrollbars=yes,localtion=no');
	if (window.focus) {newwindow.focus()}
}
function poptastic4(url)
{
	newwindow=window.open(url,'name','height=700,width=925,hotkeys=no,alwaysRaised=yes,resizable=no,status=no,menubar=no,toolbar=no,screenX=450,screenY=150,scrollbars=yes,localtion=no');
	if (window.focus) {newwindow.focus()}
}