﻿function mouseoverImg(obj)
	{
		obj.src = obj.src.replace("_off","_on");
	}

function mouseoutImg(obj)
	{
		obj.src = obj.src.replace("_on","_off");
	}
//------------ Start ynet functiom------------
	
	function openInnewWindow(url,width,height,toolbar) {openWin(url,'pre','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,movable=yes,resizable=yes,width='+width+',height='+height)}
	function openWin(url,title,attrib) {wref=window.open(url,title,attrib);if(MSIE_VER()>=5)wref.focus()}
	function MSIE_VER() {agt=navigator.userAgent.toLowerCase();pos=agt.indexOf('msie')+1;if(pos)return agt.charAt(pos+4);return 0}
	
	//------------ End ynet functiom----------
