<!--
function Start() {

   var hwnd,href = document.form.res.options[document.form.res.selectedIndex].value;

   if (href.match(/640x480/gi)) {
	   hwnd = open(href,"cityguide","width=620,height=420,menubar=yes,resizable=yes");
   }

   if (href.match(/800x600/gi)) {
	   hwnd = open(href,"cityguide","width=780,height=540,menubar=yes,resizable=yes");
   }

   if (href.match(/1024x768/gi)) {
	   hwnd = open(href,"cityguide","width=1004,height=708,menubar=yes,resizable=yes");
   }

   hwnd.moveTo(-5,-5);

   return true;

}
  function stadtplan(x,y,z) {
	hwnd = open("http://www.hanau.de/cityguide/cgi-bin/cityguide.pl?action=show&lang=de&size=8660&mapper=1&mapX="+x+"&mapY="+y);
// document.write("http://www.hanau.de/cityguide/cgi-bin/cityguide.pl?action=show&lang=de&size=8660&mapper=1&mapX="+x+"&mapY="+y,",cityguide",",height=600,width=800,menubar=yes,resizable=yes,scrollbars=yes <br>");
    

//	 hwnd = window.open("http://www.hanau.de/cityguide/cgi-bin/cityguide.pl?action=show&lang=de&size=8660&mapper=1&mapX="+x+"&mapY="+y,"cityguide","height=600,width=800,menubar=yes,resizable=yes,scrollbars=yes");
     hwnd.focus();
  
		}

function show_info(ziel,brei,hoe,menubar) {
	var ziel = ziel;
	var hoehe;
	var breite;
	if (brei) {	breite = brei	} else {breite =620};
	if (hoe) {hoehe = hoe} else {hoehe=590};		
	if (menubar) {menubar = menubar } else {menubar="yes"};

	var menuoffset=40;
	var	ho	=	screen.availHeight;
	var	br	=	screen.availWidth;
	var	left = Math.round((br-breite)/2);
	var	top = Math.round((ho-hoehe)/2);
	
	var name = "Zoombild";
	
	var params="width="+breite+",height="+hoehe+",left="+left+",top="+top+",resize=yes,menubar=" + menubar + ",resizable=yes,scrollbars=1";
	
	zoomwindow=window.open(ziel,name,params);
	//zoomwindow.moveTo(Math.round((br-breite)/2),Math.round((ho-hoehe)/2)-menuoffset);
	zoomwindow.focus();
	
}

function ChangeImg(elm,ci_param1,tail,directory) {

	var defaultimg = elm.match(/md\/defaults\/images\/default5.jpg/g);

	// zoombild in 100px breite im editmode anzeigen
	eval("document.MD" +ci_param1+ "_image" +tail+ ".width= 100");

	if (defaultimg) {
			submit_handlers[submit_handlers.length] = 'document.imperia.copy_' +ci_param1 +tail+ '.value =""';
		} else {
			submit_handlers[submit_handlers.length] = 'document.imperia.copy_' +ci_param1 +tail+ '.value ="' +directory+ '/z_' +ci_param1 +tail+ '/zoom.html:TEMPLATE=np_hanau_zoombilder:PREFIX=' +ci_param1+ ':TAIL=' +tail+ '"';
		}

}

//submit_handlers[submit_handlers.length] = 'if( document.MD<!--CI_PARAM1-->_image_<!--FLEX_INDEX-->_<!--FLEX_ID-->.complete == true ) { document.imperia.<!--CI_PARAM1-->_w_<!--FLEX_INDEX-->_<!--FLEX_ID-->.value = document.MD<!--CI_PARAM1-->_image_<!--FLEX_INDEX-->_<!--FLEX_ID-->.width; document.imperia.<!--CI_PARAM1-->_h_<!--FLEX_INDEX-->_<!--FLEX_ID-->.value = document.MD<!--CI_PARAM1-->_image_<!--FLEX_INDEX-->_<!--FLEX_ID-->.height; }  else { }';




//-->



// neues fenster fuer links und zoombild
function newWindow(url, name, width, height, toolbar, status, scrollbar, resizable, menubar, location) {
		if (width < 240 ) { width 	= 240 + 58 } else {width = width + 58 };		
			height	= height + 209; 
        if (width > 768 ) { width 	= 768; scrollbar="1"; }
        if (height > 550 ) { height	= 550; scrollbar="1"; }
		
		window.open(url,name,"width=" + width + ",height=" + height + ", toolbar=" + toolbar + ",status=" + status + ",scrollbars=" + scrollbar + ",resizable=" + resizable + ",menubar=" + menubar + ",location=" + location);
        return false;
}
