﻿// --------------------------------
// Happylake.it scripts
// --------------------------------

var zoomWin;
function zoom(imgURL)
{
	var url = "zoom.htm#" + imgURL;
	zoomWin=document.open(url,"zoomWin","width=800,height=600,scrollbars=1,location=0,status=0,copyhistory=0,menubar=0,toolbar=0,resizable=1");
}

function enlargeMe()
{
	var sw=screen.availWidth;
	var sh=screen.availHeight;
	zoomWin=document.open(top.location.href + "#zoom","happylake","width=" + sw + ",height=" + sh + ",scrollbars=1,location=0,status=0,copyhistory=0,menubar=0,toolbar=0,resizable=1");
}

var bannerWin;
function openBanner()
{
	bannerWin = document.open("banner.htm","bannerWin","width=500,height=460,scrollbars=0,location=0,status=0,copyhistory=0,menubar=0,toolbar=0,resizable=0");
}

var videoWin;
function openVideo()
{
	videoWin = document.open("video.htm","videoWin","width=400,height=370,scrollbars=0,location=0,status=0,copyhistory=0,menubar=0,toolbar=0,resizable=0");
}

var rsWin;
function openRS()
{
	rsWin = document.open("rs.htm","rsWin","width=650,height=300,scrollbars=0,location=0,status=0,copyhistory=0,menubar=0,toolbar=0,resizable=0");
}

function gointo()
{
	top.location.href="index2.htm";
}

function popfoto()
{
	var popWin = document.open("pop1.htm","popWin","width=1000,height=580,scrollbars=1,location=0,status=0,copyhistory=0,menubar=0,toolbar=0,resizable=0");
}

function popmenu()
{
	var popWin = document.open("../popmenu.htm","popWin","width=850,height=700,scrollbars=1,location=0,status=0,copyhistory=0,menubar=0,toolbar=0,resizable=0");
}

