var xmlhttp;

function loadXMLDoc(url) {
	xmlhttp=null;
	// code for Mozilla, etc.
	if (window.XMLHttpRequest) {
		xmlhttp=new XMLHttpRequest();
	}
	// code for IE
	else if (window.ActiveXObject) {
		xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
	}
	if (xmlhttp!=null) {
		xmlhttp.onreadystatechange=state_Change;
		xmlhttp.open("GET",url,true);
		xmlhttp.send(null);
	} else {
		alert("Your browser does not support XMLHTTP.");
	}
}

function state_Change()	{
	// if xmlhttp shows "loaded"
	if (xmlhttp.readyState==4) {
		// if "OK"
		if (xmlhttp.status==200) {
			//document.getElementById('T1').innerHTML=xmlhttp.responseText;
			var pWindow = window.open("","","width=700,height=640,scrollbars=yes");
			pWindow.document.write("<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"><style type=\"text/css\"><!-- body { background-image: none;} a:link { color: 944357;	font-family: Arial, Helvetica, sans-serif; font-size: 8pt; } a:visited { color: 944357; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; } a:hover { color: #944357; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; } --></style></head><body><table border=\"0\" width=\"100%\"><tr><td><img src=\"img/logo.gif\"></td><td align=\"right\" valign=\"top\"><a href=\"javascript:window.print();\">Print</a></td></tr></table>");
			/* dynamic content start */
			var urlRE = /(\<a\s+.*?)(href=)/gi;
			var urlRE2 = /(\<a\s+).*?(href=\"#)/gi;
			var urlRE3 = /(\'|\")(healthnotes.php|search.php)/gi;
			var urlRE4 = /(\")..\/(style.css\")/gi;
			var urlRE5 = /&#8217;/gi;
			var urlRE6 = /(\'|\")..\/(img\/)/gi;
			var urlRE7 = /document.location.href=(\'.*?\')/gi;
			var urlRE8 = /<body onload=\"window.parent.isReady\(\)\;\">/gi;
			var printableElement = xmlhttp.responseText;
			if (frames['iFrameWindow'].location.href.indexOf("healthnotes2.php") > -1) {
				if (document.getElementById("printable")) {
					printableElement = document.getElementById("printable").innerHTML+printableElement;
				}
			}
			printableElement = printableElement.replace(urlRE, "$1target=\"_blank\" $2"); // add target="_blank" to link(s)
			printableElement = printableElement.replace(urlRE2, "$1$2"); // remove target="_blank" if href starts with "#
			printableElement = printableElement.replace(urlRE3, "$1php-bin\/$2"); // add php-bin\ if the link links to healthnotes.php or search.php
			printableElement = printableElement.replace(urlRE4, "$1$2"); // remove ../ from "../style.css"
			printableElement = printableElement.replace(urlRE5, "\'"); // replace &#8217; to '
			printableElement = printableElement.replace(urlRE6, "$1$2"); // remove ../ from '../img/ and "../img/
			printableElement = printableElement.replace(urlRE7, "window.open($1)"); // remove ../ from '../img/ and "../img/
			printableElement = printableElement.replace(urlRE8, "<body>"); // remove onload="window.parent.isReady();" from <body> tag
			pWindow.document.write(printableElement);
			/* dynamic content end */
			pWindow.document.write("<table border=\"0\" width=\"100%\"><tr><td></td><td align=\"right\" valign=\"top\"><a href=\"javascript:window.close();\">Close</a></td></tr></table></body></html>");
			pWindow.location.reload(false); // the key to solve the window.print() problem
		} else {
			alert("Problem retrieving data:" + xmlhttp.statusText);
		}
	}
}

function printFriendly() {
	if (document.URL.indexOf("health_index.html") > -1) { // for health & Nutrition ONLY
		loadXMLDoc(frames['iFrameWindow'].location.href);
	} else {
		if (document.getElementById("printable")) {
			var pWindow = window.open("","","width=700,height=640,scrollbars=yes");
			if (document.URL.indexOf("php-bin") > -1) // for health & Nutrition ONLY
				pWindow.document.write("<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"><base href=\"http://www.eureka-group.com.hk/threesixty/\" /><style type=\"text/css\"><!-- body { background-image: none;} a:link { color: 944357;	font-family: Arial, Helvetica, sans-serif; font-size: 8pt; } a:visited { color: 944357; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; } a:hover { color: #944357; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; } --></style><link href=\"style.css\" rel=\"stylesheet\" type=\"text/css\"></head><body><table border=\"0\" width=\"100%\"><tr><td><img src=\"img/logo.gif\"></td><td align=\"right\" valign=\"top\"><a href=\"javascript:window.print();\">Print</a></td></tr></table>");
			else
				pWindow.document.write("<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"><style type=\"text/css\"><!-- body { background-image: none;} a:link { color: 944357;	font-family: Arial, Helvetica, sans-serif; font-size: 8pt; } a:visited { color: 944357; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; } a:hover { color: #944357; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; } --></style><link href=\"style.css\" rel=\"stylesheet\" type=\"text/css\"></head><body><table border=\"0\" width=\"100%\"><tr><td><img src=\"img/logo.gif\"></td><td align=\"right\" valign=\"top\"><a href=\"javascript:window.print();\">Print</a></td></tr></table>");
			/* dynamic content start */
			var urlRE = /(\<a\s+.*?href=\"http:\/\/[^\"]+)\"/gi;
			var urlRE2 = /shopzone.jpg/gi;
			var printableElement = document.getElementById("printable").innerHTML;
			printableElement = printableElement.replace(urlRE, "$1\" target=\"_blank\""); // add target="_blank" to link(s)
			printableElement = printableElement.replace(urlRE2, "shopzone.gif"); // replace shopzone.jpg to shopzone.gif
			pWindow.document.write(printableElement);
			/* dynamic content end */
			pWindow.document.write("<table border=\"0\" width=\"100%\"><tr><td></td><td align=\"right\" valign=\"top\"><a href=\"javascript:window.close();\">Close</a></td></tr></table>");
			if (document.URL.indexOf("shopzone.html") > -1)
				pWindow.document.write("<map name=\"Mapabc\"><area shape=\"poly\" coords=\"7,80,61,269,327,194,274,7\" href=\"http://www.eureka-group.com.hk/threesixty/img/map3.jpg\" target=\"_blank\"><area shape=\"poly\" coords=\"329,195,219,226,210,308,489,333,506,137,308,120\" href=\"http://www.eureka-group.com.hk/threesixty/img/map4.jpg\" target=\"_blank\"></map>");
			pWindow.document.write("</body></html>");
			pWindow.location.reload(false); // the key to solve the window.print() problem
		}
	}
}

document.write("<table width=100% border=0 cellspacing=0 cellpadding=1>");
document.write("<tr class=content>");
document.write("<td width=464>");
document.write("<table width=100% border=0 cellspacing=2 cellpadding=3>");
document.write("<tr class=content>");
document.write("<td width=2% bgcolor=#999999>&nbsp;</td>");
document.write("<td width=15%><div align=center><font color=#000033 size=1><a href=privacy.html class=nav>Privacy</a></font></div></td>");
document.write("<td width=15%><font color=#000033 size=1><a href=disclaimer.html class=nav>Disclaimer</a></font></td>");
document.write("<td width=16%><font color=#000033 size=1><a href=contactus.html class=nav>Contact us</a></font></td>");
document.write("<td><font color=#000033 size=1><a href=sitemap.html class=nav>Sitemap</a></font></td>");
document.write("</tr>");
document.write("</table></td>");
document.write("<td width=428><div align=right><img src=img/tag.gif width=275 height=35 border=0 usemap=#Map></div></td>");
document.write("</tr>");
document.write("<tr class=content>");
document.write("<td><font size=1 face=Arial, Helvetica, sans-serif>Copyright 2011 ThreeSixtyhk.com All Rights Reserved.</font></td>");
document.write("<td>&nbsp;</td>");
document.write("</tr>");
document.write("</table>");
document.write("<map name=Map>");
document.write("<area shape=rect coords=4,3,63,30 href=\"javascript:printFriendly();\">");
document.write("<area shape=rect coords=72,3,142,31 href=career_index.html>");
document.write("<area shape=rect coords=152,4,270,31 href=emailtof.html>");
document.write("</map>");
