// JavaScript Document

	function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
	}
		
		
	setInterval("yenile()",1800000);
	self.focus();
	function yenile(){ self.focus() };

	function gg(target, iNo) {
	obj=document.getElementById(target+String(iNo));
	obj.style.display=( (obj.style.display=='none') ? '' : 'none'); }

