var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=450,width=470,resizable=yes,scrollbars=yes,status=yes');
	if (window.focus) {newwindow.focus()}
}

function poptastic_picture(url)
{
	newwindow=window.open(url,'name','height=400, width=350,resizable=yes,scrollbars=yes,status=no');
	if (window.focus) {newwindow.focus()}
}
