function onWebCamDisplayStart(){
try{
document.getElementById('reklama').style.visibility='hidden'
}catch(e){}
}
function onWebCamDisplayHide(){
	  try{
document.getElementById('reklama').style.visibility='visible'
}catch(e){}
}
//window._wlO=new wl();