function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function popup(bUrl, bName, bw, bh)
{
	features='width='+bw+',height='+bh+',toolbar=1,location=0,scrollbars=1,resizable=yes,status=yes';
	var viewerpop = window.open(bUrl,bName,features);
	if (!viewerpop.opener)viewerpop.opener=self;
	if (viewerpop.focus)viewerpop.focus();
}
function j(a,c) {
        window.location="/adsredirect.php?a=" + a + "&c=" + c;
}
function mover(str)
{
	window.status=str;
	return true
}
function mout()
{
	window.status='';
	return true
}
