function MainFlash(name,x,y)
 {
 document.write('<object style="margin: 0px;" data="'+name+'" type="application/x-shockwave-flash" height="'+y+'" width="'+x+'">');
 document.write('<param name="movie" value="'+name+'">');
 document.write('<param name="quality" value="high">');
 document.write('<param name="wmode" value="transparent">');
 document.write('</object>');
 }


function TopFlash(name,x,y)
 {
 document.write('<object style="margin: 0px;" data="'+name+'" type="application/x-shockwave-flash" height="'+y+'" width="'+x+'">');
 document.write('<param name="movie" value="'+name+'">');
 document.write('<param name="quality" value="high">');
 document.write('<param name="wmode" value="transparent">');
 document.write('</object>');
 }

function FotoOpenMR(sFotoName){
	newWindow = window.open(sFotoName, (10000000000000000000*Math.random()), "toolbar=no,directories=no,menubar=no,status=no,resizable=no,scrollbars=no,width=801,height=599");
	newWindow.focus();
	return false;
}

function wopen(url){
        new_win = window.open(url,"win","height=880,width=850,status=no,toolbar=no,menubar=no,location=no");
        new_st = 1;
}


function ShowBigFoto(img){
	if(document.getElementById('show_big_foto')){
		document.getElementById('show_big_foto').innerHTML = '<table cellSpacing=0 cellPadding=0 border=5 bordercolor=#ffffff bgcolor="#ffffff"><tr><td><a href="javascript:BigFotoClose();"><img src="'+img+'" border=0/></a></td></tr></table>';
	}
	scroll(0,0); 
}


function ShowBigFoto_W(img){
	if(document.getElementById('show_big_foto')){
		document.getElementById('show_big_foto').innerHTML = '<table cellSpacing=0 cellPadding=0 border=0 bordercolor=#ffffff bgcolor="#ffffff"><tr><td><a href="javascript:BigFotoClose();"><img src="'+img+'" border=0 height=174 width=243/></a></td></tr></table>';
	}
	scroll(0,0); 
}


function BigFotoClose(){
	if(document.getElementById('show_big_foto')){
		document.getElementById('show_big_foto').innerHTML = '';
	}
}


// created by taker

var isNetscape = (navigator.appName == "Netscape");

function rolmenu1(menu) {//
   nameDiv=eval("document.getElementById(menu)");
     if(nameDiv.style.display=='none')
   {
   nameDiv.style.display='block';
   }
   else
   {
   nameDiv.style.display='none';
   }
}


