function startCM(){
    window.CMM.start()
}
onLoadQueue.appendOnLoad(startCM)
function startOverPageInfo(){
	window.overPageInfo=new OverPageInfo()
	window.overPageInfo.cookieName="overC1"
	//window.overPageInfo.cookieName="c2"+Math.random()
 	window.overPageInfo.setMovie("http://www.hhpolska.com"/*url*/,"_blank","flash",{width:520,height:270,file:"/modules/layout/hh_banner_nowa_strona_520x270.swf",wmode:"transparent"})
	window.overPageInfo.assign("overInfoTarget"/*divName*/,-800/*left*/,0/*top*/) 
	var dh=$(document).height()
	var th=$('table').height()
	if(th<dh){
		dh-=(dh-th+40)
	}
	$("#overInfoTarget").css('top',dh*-1+220)
	console.log($(window).height())
	console.log($('table').height())
}
onLoadQueue.appendOnLoad(startOverPageInfo)