var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=250,width=200,left=100,  top=100,resizable=yes,scrollbars=no,toolbar=no,status=yes');
	
	if (window.focus) {newwindow.focus()}
}
var newwindow;
function poptastic2(url)
{
	newwindow2=window.open(url,'name','height=320,width=300,left=100,  top=100,resizable=yes,scrollbars=no,toolbar=no,status=yes');
	
	if (window.focus) {newwindow.focus()}
}