<!-- 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/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 (ok_urls[1] + "?" + window.location.href);
  top.location.replace (window.location.href + "_frame.htm");


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 openPECImage ()
{
 window.open ("images/PECMitAntrieb.jpg", "PEC", 'dependent width=410, height=305, status=no, resizable=no,scrollbars=no');
}

function openISSAMDImage ()
{
 window.open ("pics/issamd.jpg", "ISSAMD", 'dependent width=1359 height=1776 status=no, resizable=yes,scrollbars=yes');
}

function openISSBothImage ()
{
 window.open ("pics/issboth.jpg", "ISSBoth", 'dependent width=1200 height=1550 status=no, resizable=yes,scrollbars=yes');
}

function openAktuatorImage ()
{
 window.open ("images/PECMitAntrieb.jpg", "Aktuator", 'dependent width=800, height=400, status=no, resizable=yes,scrollbars=yes');
}
//  End -->