$(document).ready(function() {
	
	$('#topLogo').click( function() {
		window.location = "index.cfm";
		return false;
   	});
	
	$('#clikMe').click( function() {
		open2012Groups();
		return false;
   	});
	
	
});

function popupForm(myform, windowname)
{
if (! window.focus)return true;
window.open('', windowname, 'width=645,height=550,toolbar=yes,location=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,screenx=15,screeny=100,top=15,left=100');
myform.target=windowname;
return true;
}


function open_link(theURL) {
   if ((typeof linkwindow != "undefined") && !(linkwindow.closed)) {
        linkwindow = window.open(theURL,"linkwin","width=750,height=550,toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,screenx=15,screeny=100,top=15,left=100");
		linkwindow.focus();}
   else {
        linkwindow = window.open(theURL,"linkwin","width=750,height=550,toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,screenx=15,screeny=100,top=15,left=100");}
}

function openYYZDepart() {
	heightOffSet=50;
	theWidth=800;
	theHeight=600;
	winLocX=screen.width/2-theWidth/2;
	winLocY=screen.height/2-theHeight/2-heightOffSet;
	window.open('http://www.navitour.ca/glenny','engine','toolbar=no,location=no,directories=no,status=0,menubar=0,scrollbars=1,resizable=1,menu=no,width='+theWidth+',height='+theHeight+',screenx='+winLocX+',screeny='+winLocY+',left='+winLocX+',top='+winLocY);
}

function openFlights() {
	heightOffSet=50;
	theWidth=800;
	theHeight=600;
	winLocX=screen.width/2-theWidth/2;
	winLocY=screen.height/2-theHeight/2-heightOffSet;
	window.open('http://book.openfares.com/index.php?engine=glny41','engine','toolbar=no,location=no,directories=no,status=0,menubar=0,scrollbars=1,resizable=1,menu=no,width='+theWidth+',height='+theHeight+',screenx='+winLocX+',screeny='+winLocY+',left='+winLocX+',top='+winLocY);
}

function openDecameron() {
	heightOffSet=50;
	theWidth=800;
	theHeight=620;
	winLocX=screen.width/2-theWidth/2;
	winLocY=20;
	window.open('sunquest-riu-guanacaste.htm','rd','toolbar=no,location=no,directories=no,status=0,menubar=0,scrollbars=1,resizable=1,menu=no,width='+theWidth+',height='+theHeight+',screenx='+winLocX+',screeny='+winLocY+',left='+winLocX+',top='+winLocY);
}

function openGroupDetails(theURL) {
	heightOffSet=40;
	theWidth=320;
	theHeight=500;
	winLocX=screen.width/2-theWidth/2;
	winLocY=20;
	window.open(theURL,'groupDetails','toolbar=no,location=no,directories=no,status=0,menubar=0,scrollbars=1,resizable=0,menu=no,width='+theWidth+',height='+theHeight+',screenx='+winLocX+',screeny='+winLocY+',left='+winLocX+',top='+winLocY);
}


function warning(theURL) {	
		if(confirm("You are now being taken to another travel site. \n\nIf you find a vacation package you like, give us a call for special pricing and discounts."))open_link(theURL);

}

function open2012Groups() {
	heightOffSet=50;
	theWidth=800;
	theHeight=620;
	winLocX=screen.width/2-theWidth/2;
	winLocY=20;
	window.open('2012-group-deals-v2.htm','rd','toolbar=no,location=no,directories=no,status=0,menubar=0,scrollbars=1,resizable=1,menu=no,width='+theWidth+',height='+theHeight+',screenx='+winLocX+',screeny='+winLocY+',left='+winLocX+',top='+winLocY);
}

