function print_page() {
	if (document.all || document.layers)
	{
		window.print();
	}
}

function setbarHeight() {
		var top_height = 175; var bottom_height = 175;
		var height1 = document.all.screenshot_table.rows('screenshot_row').cells('screenshot_content').getAttribute('offsetheight');
		var height2 = document.all.article_table.rows('article_row').cells('article_content').getAttribute('offsetheight');		
		if(height1 > height2) {
			var new_height = height1 - top_height - bottom_height;
		} else {
			var new_height = height2 - top_height - bottom_height;
		}
		document.images['gutter'].height = new_height;
		//alert(height1+' --- '+height2);
}

//browser_version= parseInt(navigator.appVersion);
//browser_type = navigator.appName;

//if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4)) {
//document.write("<link REL='stylesheet' HREF='style_ie.css' TYPE='text/css'>");
//} 

//else if (browser_type == "Netscape" && (browser_version >= 4)) {
//document.write("<link REL='stylesheet' HREF='style_ns.css' TYPE='text/css'>");
//}



window.status="HeadStrong Consulting - Sport Psychology Consultation & Mental Coaching"

