function writeEmbedFlash(file, width, height)
{
  document.write('<embed src="'+file+'" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"></embed>');
}

var objects = document.getElementsByTagName("object");

for (var i=0; i<objects.length; i++)
    objects[i].outerHTML = objects[i].outerHTML;

function openWindow() { window.open("","FullImage",'toolbar=0,location=0,scrollbars=0,width=740,height=580,resizable=0,top=20,left=20'); }
function openPreview() { window.open("","FullImage",'toolbar=0,location=0,scrollbars=0,width=30,height=30,resizable=0,top=20,left=20'); }
function setWindow() { window.resizeTo(photo.width+30, photo.height+70) }

function menu_on(id) {
for(i=1;i<2;i++) {
	if(i!=id) {
		document.getElementById('menu'+String(i)).style.visibility="hidden";
		}
	}
	document.getElementById('menu'+String(id)).style.visibility="visible";
}
	
function menu_off(id) {
document.getElementById('menu'+String(id)).style.visibility="hidden";
}

function menu_off_all(id){
for(i=1;i<2;i++){
		if(i!=id) {
			document.getElementById('menu'+String(i)).style.visibility="hidden";
		}
	}
}
