if(top.location!=self.location)
	top.location=self.location;
	window['_tipoff']=function(){};window['_tipon']=function(a){};

	function doTranslate(lang_pair) {
		if(lang_pair.value)
			lang_pair=lang_pair.value;
		if(location.hostname=="www.shreeganpathigranites.com" && lang_pair=="en|en")
			return;
		else if(location.hostname!="www.shreeganpathigranites.com" && lang_pair=="en|en")
			location.href=unescape(gfg("u"));
		else if(location.hostname=="www.shreeganpathigranites.com" && lang_pair!="en|en")
			location.href="http://translate.google.com/translate?client=tmpg&hl=en&langpair="+lang_pair+"&u="+escape(location.href);
		else location.href="http://translate.google.com/translate?client=tmpg&hl=en&langpair="+lang_pair+"&u="+unescape(gfg("u"));
	}
	function gfg(name) {
		name=name.replace(/[\[]/,"\[").replace(/[\]]/,"\]");
		var regexS="[\?&]"+name+"=([^&#]*)";
		var regex=new RegExp(regexS);
		var results=regex.exec(location.href);
		if(results==null)
		return "www.shreeganpathigranites.com";
		return results[1];
	}
	
	//This function selectNode and clearSelection is used for
	//copy from the webpage. When we do the maouseover it will
	//so as selected content
	
	function selectNode (node)	{
	var selection, range, doc, win;

	if ((doc = node.ownerDocument) && (win = doc.defaultView) && typeof
	win.getSelection != 'undefined' && typeof doc.createRange !=
	'undefined' && (selection = window.getSelection()) && typeof
	selection.removeAllRanges != 'undefined')
	{
	range = doc.createRange();
	range.selectNode(node);
	selection.removeAllRanges();
	selection.addRange(range);
	}
	else if (document.body && typeof document.body.createTextRange !=
	'undefined' && (range = document.body.createTextRange()))
	{
	range.moveToElementText(node);
	range.select();
	}

	}


	function clearSelection () {
	if (document.selection)
	document.selection.empty();
	else if (window.getSelection)
	window.getSelection().removeAllRanges();
	}
