// JavaScript Document
var newwindow;
function poptastic(url)
{
newwindow=window.open(url,'name','height=400,width=400,left=100, top=100,resizable=yes,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}





var newwindow;
function poptastic1(url)
{
newwindow=window.open(url,'name','height=450,width=450,left=100, top=100,resizable=yes,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}





var newwindow;
function poptastic2(url)
{
newwindow=window.open(url,'name','height=450,width=600,left=100, top=100,resizable=yes,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}
