// borgfeld.js - JavaScript include for www.borgfeld-info.de 
 
function MapWindow (URL,Top,Left,Width,Height) 
{ 
 NewWindow = window.open(URL, "ImageWindow", "top="+Top+",left="+Left+",width="+Width+",height="+Height+",resizable=no,menubar=no,location=no,scrollbars=no,status=no,toolbar=no"); 
 NewWindow.focus(); 
} 
 

