function openWin(url, h, w, barsOn)
{
	if (barsOn=="1")
		bars =	"scrollbars=1,status=1,titlebar=1,toolbar=1,menubar=1,location=0";
	else
		bars =	"scrollbars=0,status=0,titlebar=0,toolbar=0,menubar=0,location=0";
		
	oWindow = open(url, "newWin", "height=" + h + ",width=" + w + ",screenX=5,left=5,screenY=5,top=5,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=1,directories=0,fullscreen=0,hotkeys=1,resizable=1," + bars + ",z-lock=0");
}

function rndImage()
{
	stImgID1=Math.round(Math.random()*1)+1 
	document.write("<div align='center'><img src='/site/images/home_ad"+stImgID1+".jpg' border='0'></div>\n");
} 

