<!--
// (c)July 2002, R. Rajesh Jeba Anbiah
// rrjanbiah@yahoo.com, http://RajeshAnbiah.itgo.com
	//Don't Allow framing...
	if (top!=self)
		top.location = self.location;
	//hide DIV for mouseover effect
	//source: MSDN
	var coll = document.all.tags("DIV");
	if (coll!=null) 
			coll[0].style.display = "none";
//-->