﻿// JScript File

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=600,width=670,left=120,top=60,resizable=no,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}


var newwindow;
function poptasticKarte(url)
{
	newwindow=window.open(url,'name','height=424,width=658,left=120,top=60,resizable=no,scrollbars=no,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function poptasticSlike(url)
{
	newwindow=window.open(url,'name','height=555,width=720,left=120,top=60,resizable=no,scrollbars=no,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}


var newwindow;
function poptasticPiramida(url)
{
	newwindow=window.open(url,'name','height=600,width=460,left=100,top=40,resizable=no,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}