// JavaScript Document

function hpop(url) {
        newwindow=window.open(url,'galwin','height=400,width=600,scrollbars=no,status=no,menubar=no,toolbar=no,location=no,top=100,left=100');
}

function vpop(url) {
        newwindow=window.open(url,'galwin','height=600,width=400,scrollbars=no,status=no,menubar=no,toolbar=no,location=no,top=100,left=100');
}

function bluepop(url) {
        newwindow=window.open(url,'bluewin','height=600,width=900,scrollbars=yes,status=no,menubar=no,toolbar=no,location=no,top=50,left=100');
}


// tour rollover bg image reset
function myttreset() {
	document.getElementById('tourtrans').style.background = "none";
}

// tour rollover detail functions (to perhaps be consolidated later / may increase unnecessary markup, easy to keep as indiv functions)
function mytt1() { 
	document.getElementById('tourtrans').style.background = "url('../images/tour_tt_falc.jpg') no-repeat 375px 191px";
}

function mytt2() { 
	document.getElementById('tourtrans').style.background = "url('../images/tour_tt_mead.jpg') no-repeat 360px 86px";
}

function mytt3() { 
	document.getElementById('tourtrans').style.background = "url('../images/tour_tt_eagl.jpg') no-repeat 473px 84px";
}

function mytt4() { 
	document.getElementById('tourtrans').style.background = "url('../images/tour_tt_hick.jpg') no-repeat 75px 168px";
}

function mytt5() { 
	document.getElementById('tourtrans').style.background = "url('../images/tour_tt_look.jpg') no-repeat 443px 267px";
}

function mytt6() { 
	document.getElementById("tourtrans").style.background = "url('../images/tour_tt_bluf.jpg') no-repeat 156px 114px";
}

function mytt7() { 
	document.getElementById("tourtrans").style.background = "url('../images/tour_tt_cowb.jpg') no-repeat 458px 278px";
}

function mytt8() { 
	document.getElementById("tourtrans").style.background = "url('../images/tour_tt_ridg.jpg') no-repeat 221px 148px";
}

function mytt9() { 
	document.getElementById("tourtrans").style.background = "url('../images/tour_tt_comm.jpg') no-repeat 311px 188px";
}

function mytt0() { 
	document.getElementById('tourtrans').style.background = "url('../images/tour_tt_harv.jpg') no-repeat 204px 35px";
}

function mytta() { 
	document.getElementById('tourtrans').style.background = "url('../images/tour_tt_trai.gif') no-repeat 125px 24px";
}

function myttb() { 
	document.getElementById('tourtrans').style.background = "url('../images/tour_tt_gree.gif') no-repeat 23px 22px";
}



