function lfile(_ziel, _breite, _hoehe, _framename, scroll) { 
myWindow = window.open(_ziel,_framename, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scroll+",resizable=0,copyhistory=0,width="+_breite+",height="+_hoehe+",left=10,top=10"); 
myWindow.focus();
}

function lpdf(_ziel, _breite, _hoehe, _framename, scroll) { 
myWindow = window.open(_ziel,_framename, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scroll+",resizable=1,copyhistory=0,width="+_breite+",height="+_hoehe+",left=10,top=10"); 
myWindow.focus();
}

function ShowImage(_ziel,_width,_height,_wwidth,_wheight)
{
		nf  = window.open("","nf","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width="+_wwidth+",height="+_wheight)
		nf.document.open()
		nf.document.writeln("<html>")
		nf.document.writeln("<title>Rossetti + Wyss Architekten</title>")
		//nf.document.writeln("<body BGCOLOR=0075ba TEXT=000000 onBlur=\'JavaScript:self.close()\'>")
		nf.document.writeln("<body bgcolor=\"#CCCCCC\" text=\"#000000\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" onBlur=\'JavaScript:self.close()\' background=\""+_ziel+"\">")
		//nf.document.writeln("<img src="+_ziel+" WIDHT=\'"+_width+"\' HEIGHT=\'"+_height+"\'>")
		//nf.document.writeln("</TD></TR></TABLE>")
		nf.document.writeln("</body></html>")
		nf.document.close()
}

