<!-- Original:  Ronnie T. Moore -->
<!-- Web Site:  http://javascriptsource.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
ok_urls = new Array();
ok_urls[1] = "http://www.ifp-beisch.com/english/index.htm";

// Enter all the possible web addresses that your site's frameset
// page can be accessed online, such as with and without the 'www'

url_found = 0;
for (var i = 1; i <= ok_urls.length && !url_found; i++) {
url_found = (parent.location.href.indexOf(ok_urls[i]) == -1);
}
if (!url_found || (window == top))
//top.location.href = ok_urls[1] + "?" + window.location.href;
top.location.replace (window.location.href + "_frame.htm");
//top.location.replace (ok_urls[1] + "?" + window.location.href);


function openWerferImage ()
{
 window.open ("images/werfer.jpg", "Werfer", 'dependent width=800, height=600, status=no, resizable=no,scrollbars=no');
}

function openLIREXImage ()
{
 window.open ("images/Lirex_Wagenansicht1.jpg", "LIREX", 'dependent width=410, height=305, status=no, resizable=no,scrollbars=no');
}

function openImpessionenImage ()
{
 window.open ("http://www.lake.de/home/lake/mettnau/radolfzell.htm", "Impressionen", 'dependent, status=no, resizable=no,scrollbars, toolbar');
}


//  End -->