var gogal
var choice
var fotka

function dodaj(value){
    window.document.getElementById("head").SetVariable("choice", value);
}

var newwindow;
function opengal(url, value)
{
	newwindow=window.open(url,'gallery','height=400,width=650,resizable=no,scrollbars=no,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
	
	fotka=value
}

function trigger() {
	newwindow.galerija(fotka)		
}

function openvideo(url)
{
	newwindow=window.open(url,'video','height=350,width=425,resizable=yes,scrollbars=no,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}

function openspa(url)
{
	newwindow=window.open(url,'spa','height=410,width=650,resizable=no,scrollbars=no,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}

function openyacht(url)
{
	newwindow=window.open(url,'spa','height=564,width=670,resizable=no,scrollbars=no,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}
