var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=450,width=440,resizable=yes,scrollbars=yes,status=yes');
	if (window.focus) {newwindow.focus()}
}

function poptastic_bilde(url)
{
	newwindow=window.open(url,'name','height=450, width=400,resizable=yes,scrollbars=yes,status=no');
	if (window.focus) {newwindow.focus()}
}

function poptastic_naering(url)
{
	newwindow=window.open(url,'name','height=1000, width=950,resizable=no,scrollbars=yes,status=no');
	if (window.focus) {newwindow.focus()}
}

function poptastic_video(url)
{
	newwindow=window.open(url,'name','height=650, width=650,resizable=no,scrollbars=yes,status=no');
	if (window.focus) {newwindow.focus()}
}

