function TrackIT(url)
{
	var url;
	document.location.href = url;
	return false;
} 
function TrackIT2(url2)
{
	var url2;
	window.open(url2);
	return false;
} 

function Pop(name, w, h){  

    var s1 = ("<HTML><TITLE>Residence FEVER - Ortisei Val Gardena - St.Ulrich Gr&ouml;den</TITLE>" + 
    "<BODY onBlur='self.focus()' BGCOLOR='#ffffff' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>" + 
    "<table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'><tr><td align='center' valign='middle'><IMG SRC='" + name + "' border='1' style='border-color:#aeaa85'>" + "</tr></table>");   

    w = w + 20;
    h = h + 20;
    
    var param = ("height=" + h + ",width=" + w + ",scrollbars=no,resizable=no,left=50,top=50");

    popup = window.open("","popDialog",param)

    popup.document.write(s1)
    popup.document.close()
}


function PopItNew(theURL, w, h){
        ver = parseInt(navigator.appVersion.substring(0,1));       newWin=window.open(theURL,"ipix_pop","width="+w+",height="+h+",menubar=no,toolbar=no,status=yes,resizable=no,scrollbars=no,");
	if ((!((navigator.appName == "Netscape")&&(ver==2))) && (!((navigator.appName == "Microsoft Internet Explorer")&&(ver<4)))){
          setTimeout("if (newWin) newWin.focus();",1000);
    }
}

// INC ----------------------------------------------------------------------------------------------------------------
function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></script>'); 
}
IncludeJavaScript('../scr/lb/prototype.js');
IncludeJavaScript('../scr/lb/scriptaculous.js?load=effects');
IncludeJavaScript('../scr/lb/lb.js');
// --------------------------------------------------------------------------------------------------------------------

