/***********************************************
* Copyright 2008 PlayItOnTheWeb.com
***********************************************/

function pop(typ,qs,w,h){
	if (!w) w=924; if (!h) h=668;
	window.open('/'+typ+'^.asp?'+qs,'','menubar=no,scrollbars=no,width='+w+',height='+h);
}
function addBookmark(title,url) {
	if (window.external) window.external.AddFavorite(url,title);
	else alert('Your browser does not support this function.  You can still bookmark this page by using the Bookmarks menu.');
}
function makeTip(name,thumb,desc,createdon,hits,rating){
	var r;
	r='<h3>'+name+'</h3>';
	r+='<blockquote><table class=black><tr><td>';
	r+='<img align=left src='+thumb+' />';
	r+=desc+'</td></tr></table></blockquote>';
	r+='<table class=gray width=100% cellpadding=0><tr><td align=center>';
	r+='Added '+createdon;
	r+=' | Played '+hits+' times';
	r+=' | Average Rating '+rating;
	r+='</td></tr></table>';
	return r;
}
