function enlarge(name)

{

var aim = "enlarged/"+name+".html"

window.open(aim,"enlarged","width=580,height=480,resizable=yes,");

}

function Bildwechsel (Bildname, Bildobjekt)

{	

	window.document.images[Bildname].src = Bildobjekt.src;

}

function OpenFormular()

{

	open("/contact/form_frameset.html","comment","width=600 ,height=400");

}

function gallery(section)

{

source = "/photo/"+section+"_frameset.html"

window.open(source,"gallery","width=750,height=520,resizable=yes");

}
