function buttonOver(theButton) {document.getElementById(theButton).className='buttonOver';} function buttonOut(theButton) {document.getElementById(theButton).className='buttonActive';}function buttonClick(theButton) {document.getElementById(theButton).className='buttonClick'; }var mywindow = null;function openwindowe(url,targe,wwww,hhhhh){if(sayfa_window != null) {sayfa_window.close();}var aw = screen.availWidth;var ah = screen.availHeight; if (hhhhh == ""){hhhhh=ah-40;}var aww = aw- wwww; aww/=2; var ahh = ah-hhhhh; ahh/=2;var gobaby="WIDTH="+wwww+",HEIGHT="+hhhhh+",resizable=1,scrollbars=1,toolbar=1,status=1, left="+aww+",top="+ahh;var sayfa = open(url, targe, gobaby); 	sayfa_window = sayfa;	}	
function MM_openBrWindow(theURL,winName,features) { ah =screen.availHeight; aw = screen.availWidth; window.open(theURL,winName,features);}var browin_window = null;function browin(status,url,targe,wwww,hhhhh,sizee,barr,tooll) {if (wwww == ""){wwww=screen.availWidth-10;}else {wwww=809;}movw=(screen.availWidth-wwww)/2;movh=(screen.Height-20);var gobaby="WIDTH="+wwww+",HEIGHT="+movh+",resizable="+sizee+",scrollbars="+barr+",toolbar="+tooll+",status=yes";if (targe=="fr2") {gobaby="";}if(status != 0) {if(browin != null) browin.focus(); else { var browin = open(url, targe, gobaby);browin_window = browin; }} else {if(browin_window != null) browin_window.close(); }}var sayfa_window = null;function sayfa(status,url,targe,wwww,hhhhh,sizee,barr,tooll) {var aw = screen.availWidth; var ah = screen.availHeight; if (hhhhh == ""){hhhhh=ah-40;}var aww = aw- wwww; aww/=2; var ahh = ah-hhhhh; ahh/=2; var gobaby="WIDTH="+wwww+",HEIGHT="+hhhhh+",resizable="+sizee+",scrollbars="+barr+",toolbar="+tooll+",status=yes, left="+aww+",top="+ahh;if (targe=="fr2") {gobaby="";}if(status != 0) {if(sayfa != null) sayfa.focus(); else { 		var sayfa = open(url, targe, gobaby);					if (targe != "fr2")  {var aw = screen.availWidth; var ah = screen.availHeight; var aww = aw- wwww; aww/=2; var ahh = ah-hhhhh; ahh/=2; }sayfa_window = sayfa;}} else {if(sayfa_window != null) sayfa_window.close(); }}function openwindow(x,y,w,h)
{window.open(x,y,"status=1, toolbar =1,menubar=0,resizable=1, width="+w+",height="+h+",top=10,left=10");}
function tabthis(x) {	
	tempty=document.getElementById(x);
	temptya=document.getElementById(x+"a");
	temptyb=document.getElementById(x+"b");
	if (tempty.className == "") {tempty.className="on";temptya.style.overflow="hidden";temptyb.innerHTML="[+]";temptya.style.visibility="hidden";temptya.style.height="1px";} else {tempty.className="";temptya.style.overflow="visible";temptyb.innerHTML="[-]";temptya.style.visibility="visible";temptya.style.height="";}
	}
