function openPictureWindow(imageName,alt) {
	newWindow = window.open("","newWindow","width=80,height=80,resizable=1");
	newWindow.document.open();
	newWindow.document.write('<html><head><title>'+alt+'</title><STYLE type=text/css media=all>@import url("corecss.css");</STYLE><script language="javascript">function boyutlandir(alfa){genislik=eval(alfa.offsetWidth)+40;yukseklik=eval(alfa.offsetHeight)+100;window.resizeTo(genislik,yukseklik)');
	newWindow.document.write('}</script></head><body bgcolor=#FFFFFF  onload="boyutlandir(resim);">');
	newWindow.document.write('<table align=center><tr><td><img src='+imageName+' id=resim onload="boyutlandir(resim)" alt=""></td></tr><tr><td align=right height=35><a href=javascript:close()><img src="images/kapat.gif" width="45" height="14" border="0" /></a></td></tr></table><script language="javascript">boyutlandir(resim);																																																																													</script>');
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}

function divOpener(divname){
	var div=document.getElementById(divname);
	var divpmark=document.getElementById('plus_'+divname);	
	var divmmark=document.getElementById('minus_'+divname);		
	if(div.style.display==''){
		div.style.display='none';	
		divpmark.style.display='';
		divmmark.style.display='none';		
	}else{
		div.style.display='';
		divpmark.style.display='none';
		divmmark.style.display='';		
	}
}


function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
