function mOver(elem){elem.style.cursor = 'hand';elem.children.tags('A')[0].style.color = '#ffffff';window.status=elem.children.tags('A')[0];return true;}
function mOut(elem){elem.children.tags('A')[0].style.color = '#fae0d0';window.status='';return true;}
function mClick(elem)	{	if	(event.srcElement.tagName=='TH') { elem.children.tags('A')[0].click();}	}
function img(url,title,width,height)	{
  newWin=open("", "img", "status=no,toolbar=no,menubar=no,scrollbars=no,width="+width+",height="+height);
  newWin.document.open();
  newWin.document.write("<html><head><title>"+title+"</title></head>");
  newWin.document.write("<body bottommargin=0 leftmargin=0 rightmargin=0 topmargin=0><table cellpadding=0 cellspacing=0 border=0 width=100% height=100%><tr><td align=center valign=middle>");
  newWin.document.write("<a href=# OnClick=window.close();><img border=0 src=http://gamesplus.com.ua/"+url+" alt='"+title+"'></a>");
  newWin.document.write("</td></tr></table></body></html>");
  newWin.document.close();
  return false;
}
function popup(url,width,height) {
window.open("http://gamesplus.com.ua/"+url,"popup",
	 "scrollbars=no,status=no,resizable=no,toolbar=no,directories=no,menubar=no,width="+width+",height="+height);
}