﻿function js_SET_HEIGHT()
	{
	var	as_obj = document.getElementById("id_TOP");
	as_obj.style.height = Math.max.apply( null, [document.body.clientHeight,
				document.body.scrollHeight, as_obj.scrollHeight, as_obj.clientHeight] );  
	}
function js_CUT_HEIGHT() { document.getElementById("id_TOP").style.height = "100px"; }

function js_GO_BACK()
	{
	if( document.referrer.indexOf(window.top.WN.ROOT_DIR) == 0 )
		{
		document.location = document.referrer;
		}
	else { document.location = "http:www.happytourusa.com/"; }
	}


	var _gaq = _gaq || [];
	 _gaq.push(['_setAccount', 'UA-17940877-4']);
	_gaq.push(['_trackPageview']);

	 (function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
