// JavaScript Document
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function pencere()
{
	var scwidth  = screen.width;
	var scheight = screen.height;
	
	if (window.XMLHttpRequest) { //Mozilla, Safari,...
		if(scwidth == 800){document.getElementById('sec_css').href = 'style_800.css';}
		else if(scwidth == 1024){document.getElementById('sec_css').href = 'style_1024.css';}
		else if(scwidth == 1152){document.getElementById('sec_css').href = 'style_1152.css';}
		else if(scwidth == 1280 && scheight >= 800){document.getElementById('sec_css').href = 'style_12802.css';}		
		else if(scwidth == 1280){document.getElementById('sec_css').href = 'style_1280.css';}
	}
	else if (window.ActiveXObject) { //IE	
		if(scwidth == 800){sec_css.href = 'style_800.css';}
		else if(scwidth == 1024){sec_css.href = 'style_1024.css';}
		else if(scwidth == 1152){sec_css.href = 'style_1152.css';}		
		else if(scwidth == 1280 && scheight >= 800){sec_css.href = 'style_12802.css';}		
		else if(scwidth == 1280){sec_css.href = 'style_1280.css';}
		else if(scwidth > 1280 && scheight >= 800){sec_css.href = 'style_12802.css';}
	}	
}
