function openWindow (adress)
{
	options	= "left=50, top=50, toolbar=no, width=700, height=500, scrollbars=yes, resizable=yes, menubar=no, location=yes, dependent=yes"
	
	fenster = window.open ( adress, "Guides - Details", options )
	fenster.focus()
}
