//**********************************
//Tall ads on side if there's space
LStall = new Array();
LSIndex=0;
LStallSpace = 64; //necessary space that must appear between my side-links and the ad
LStallWide = 125;
LStallHi = 600;

//document.writeln("<br clear='all'>");
if (WhatTour=='index') ContentWidth=750;
else ContentWidth=600;

//to display an ad or not?
var google_ad_client, google_ad_height, google_ad_format, google_ad_channel, google_page_url, google_color_border, google_color_bg, google_color_link, google_color_url, google_color_text, google_ad_width;
if ((document.body.clientWidth >= (ContentWidth+190)) || (window.innerWidth >= (ContentWidth+190))) {
	google_ad_client = "pub-8725898746974144";
	google_ad_height = 600;
	google_ad_format = "160x600_as";
	google_ad_channel ="6142528761";
	google_page_url = document.location;
	google_color_border = "008080";
	google_color_bg = "F0F0F0";
	google_color_link = "008080";
	google_color_url = "F8B407";
	google_color_text = "000000";
	if ((document.body.clientWidth >= (ContentWidth+230)) || (window.innerWidth >= (ContentWidth+230))) {
		google_ad_width = 160;
		google_ad_format = "160x600_as";
	}
	else {
		google_ad_width = 120;
		google_ad_format = "120x600_as";
	}

}

