﻿function changePage(url){
	document.location.href=url;
}

function fillMainNav(l){
	var menutext;
	menutext="<li><a href=\"http://games.sportlo.hu\" title=\"Horse games\">Horse Games</a></li>";

	if (l==undefined) document.write(menutext);
	else return menutext;
}

function isPPC() {
	if (navigator.appVersion.indexOf("PPC") != -1) return true;
	else return false;
}
function sendPage(linkcolor){
	if(isPPC()) {
		document.write(	"<center><img border=\"0\" hspace=\"5\" align=\"middle\" src=\"../../images/mail_generic.png\"><A style=\"font-size: 10px;\" HREF=\"mailto:\?subject= " +
				document.title +
				"?body=I throught this story might interest You:<br><br>" +
				document.title +
				"<br>" +
				document.location.href +
				"\" TITLE=\"E-mail this story\">" +
				"E-mail this story<\/A></center>");
	}else{
		if (!linkcolor){
			linkcolor="#000000";
		}
		document.write(	"<center><a style=\"font-size: 10px; color:"+linkcolor+";\" HREF=\"mailto:\?body\=Take a look at this page I found, " +
			       document.title +
			       ". You can see this page at: " +
			       window.location.href +
			       "\" TITLE=\"E-mail this story\">" +
				"<img border=\"0\" hspace=\"5\" align=\"middle\" src=\"../../images/mail_generic.png\"><\/a>" +
				"<img border=\"0\" hspace=\"5\" align=\"middle\" src=\"../../images/separator.jpg\">" +
				"<img title=\"Print this story\" border=\"0\" style=\"cursor: pointer;\" hspace=\"5\" align=\"middle\" src=\"../../images/frameprint.png\" onclick=\"print();\">" +
				"<img border=\"0\" hspace=\"5\" align=\"middle\" src=\"../../images/separator.jpg\">" +
				"<img title=\"Add to del.icio.us\" border=\"0\" style=\"cursor: pointer;\" hspace=\"5\" align=\"middle\" src=\"../../images/delicious.png\" onclick=\"window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent('"+document.title+"'), 'delicious','toolbar=no,width=700,height=400'); return false;\"></center>");
		
		
		
		
		/*document.write(	"<center><img border=\"0\" hspace=\"5\" align=\"middle\" src=\"../../images/mail_generic.png\"><A style=\"font-size: 10px;\" HREF=\"mailto:\?body=Úgy gondoltam, hogy ez a cikk/hír érdekelheti Önt:<br><br>" +
				document.title +
				"<br>" +
				document.location.href +
				"\" TITLE=\"E-mail this story\">" +
				"E-mail this story<\/A></center>");*/
		//document.write("<b>Send <A CLASS=\"contact\" HREF=\"mailto:\?body\=Take a look at this page I found, ' + document.title + '. You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your friends e-mail about this page\'; return true" TITLE="Send your friends e-mail about this page">this page<\/A> to a friend</b>');
	}
}
