
function validate() {
	newWin=confirm('This site validates as HTML 4.01 transitional, see for yourself? (opens a new window)');
	if(newWin)resultsWin=window.open();
	elseresultsWin=self;resultsWin.location.href='http://validator.w3.org/check?uri='+escape(location.href)+'&charset=%28detect+automatically%29&doctype=Inline';
void(0); 
}

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=" Graphicon Services - eBusiness Solutions for an eWorld"