/*
========================================================================
Tell a friend Popup
========================================================================
*/
var path_to_cgi="http://www.xmental.de/cgi-bin/tell_arch_ol.cgi";

function tell_friend(){
path_to_cgi += '?url=' + escape(document.location);
window.open(path_to_cgi,"architekt_oldenburg","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESISABLE=NO,SCROLLBARS=NO,TOP=290,LEFT=425,WIDTH=280,HEIGHT=220");
}

// Slide für Projekte anzeigen
function zoom(Url) {
	document.zoom.src.width = 300 ;
	document.zoom.src.height = 300 ;
	document.zoom.src = "stuff/pro_" + Url +"_gr.jpg" ;

		}

//window.statuszeile  verändern
function makestatussay(txt) {
 self.status = txt
 }
function makestatusclear() {
 self.status = ""
 }

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

// Slideshow öffnen
var PopUpX = (screen.width/2)-200;
var PopUpY = (screen.height/2-200);
var pos = "left="+PopUpX+",top="+PopUpY;

function PopUp(){
PopupWin = window.open("anfahrt.htm","karte","width=595,height=595,"+pos);}


