// JavaScript Document News
function mOvr(src,clrOver) {
  if (!src.contains(event.fromElement)) {
      src.style.cursor = 'hand'; src.bgColor = clrOver;
     }
}
function mOut(src,clrIn) {
  if (!src.contains(event.toElement)) {
      src.style.cursor = 'default';
      src.bgColor = clrIn;
     }
}
function mClk(src) {
  if (event.srcElement.tagName=='TD') { 
     src.children.tags('A')[0].click();
    }
}
function changecoloron(obj) {
	 obj.style.backgroundColor="#F5DFDF";
}
function changecolorout(obj) {
	 obj.style.backgroundColor="#ffffff";
}
function changecolorons(obj) {
	 obj.style.backgroundColor="#F5DFDF";
}
function changecolorouts(obj) {
	 obj.style.backgroundColor="#ffffff";
}

/*
//this function return weather info.shirin added this Function. (27/mordad/83)
function Weather(Code,City) {
	var winsize = "menubar=0,status=0,toolbar=0,scrollbars=0,resizable=0,left=250,top=220,width=260,height=170"; 
    
	winpopup=window.open('voap.php?w='+Code+'&City='+escape(City),Code,winsize);
	winpopup.focus();
}
*/
