BOTSCHAFT=new Array();
UEBERSCHRIFT=new Array();
ta="

" +
"
";
// OnMouseOver="Info(1,15,-350,-100); return true;" OnMouseOut="hideit(); return true;"
UEBERSCHRIFT[1]="Abilities Foundation";
BOTSCHAFT[1]="Click on the graphic or on ''Enter'' to access the site.";
UEBERSCHRIFT[2]="Tell Your Friends!";
BOTSCHAFT[2]="Press the TELL IT or PROMOTE button to open the Messenger window. If you want to send the hint to different addresses, just separate each e-mail by a comma sign and a space.";
UEBERSCHRIFT[3]="Jamaica Focus";
BOTSCHAFT[3]="Come for the Price, stay for the Quality! Websites from JF are the chosen ones from many companies: great designs, loading fast, affordable price.";
UEBERSCHRIFT[4]="Jamaica Focus";
BOTSCHAFT[4]="Come for the Price, stay for the Quality! Our international award-winning high-speed hosting system is great for your e-success, and our websites are looking great.
Follow the bird to fly to our website. Check the technical specs and the unbelievable prices.";
UEBERSCHRIFT[5]="JF's IntelliHelp Feature";
BOTSCHAFT[5]="JF's IntelliHelp Feature. Enable it to get hints and additional info.";
UEBERSCHRIFT[6]="Contents";
BOTSCHAFT[6]="Just click on one of the colored buttons beside each headline. Select the page inside the pop-up menus.";
UEBERSCHRIFT[7]="Advertize here! >>>";
BOTSCHAFT[7]="These logos are always being seen. Promote here your message and company!";
UEBERSCHRIFT[8]="Links";
BOTSCHAFT[8]="Activate a link to open the related content. Activate each link by a mouse-click.
Users of accoustic helpers:
Reach the links by TAB-highlighting. Activate a link with the ENTER-key (or the SPACE-key sometimes)";
UEBERSCHRIFT[9]="Page Navigation";
BOTSCHAFT[9]="Visit again previously visited pages.";
UEBERSCHRIFT[10]="Visitor Counter";
BOTSCHAFT[10]="Many websites have their own visitor counter. This is our counter.";
UEBERSCHRIFT[11]="Abilities Foundation";
BOTSCHAFT[11]="Click on the graphic or on ''Enter'' to access the site.";
UEBERSCHRIFT[12]="Jamaica Focus";
BOTSCHAFT[12]="A lifelong Relation: Our international award-winning high-speed hosting system is great for your e-success, and our websites are looking great. Come for the Price, stay for the Quality!
And feel free to compare us with others.";
UEBERSCHRIFT[13]="Victoria's Intro";
BOTSCHAFT[13]="See here some nice scenic views of the Victoria House.
You need to have the FREE RealPlayer on your system.";
UEBERSCHRIFT[14]="Victoria Weddings";
BOTSCHAFT[14]="Our weddings are different from the average. Learn here, what makes our Victoria House weddings so famous and remarkable.";
UEBERSCHRIFT[15]="Message Box";
BOTSCHAFT[15]="Please fill out all fields. Your name and a phone number or e-mail address are important, otherwise we cannot contact you back.";
UEBERSCHRIFT[16]="Status Window";
BOTSCHAFT[16]="After sending a message, this window indicates the success or a failure.";
UEBERSCHRIFT[17]="List of E-Mails";
BOTSCHAFT[17]="See here all our public e-mail addresses.";
UEBERSCHRIFT[18]="mmm";
BOTSCHAFT[18]="mmm";
var x = 0;
var xx=10;
var yy=0;
var y = 0;
var showit = 0;
// Welchen Browser haben wir denn...
// ----------------------------------
ns = (document.layers)? true:false
ie4 = (document.all)? true:false
ie5 = false;
ie6 = false;
ie7 = false;
if (ie4)
{
if (navigator.userAgent.indexOf('MSIE 5')>0)
{
ie5 = true;
}
else
if (navigator.userAgent.indexOf('MSIE 6')>0)
{
ie6 = true;
}
else
if (navigator.userAgent.indexOf('MSIE 7')>0)
{
ie7 = true;
}
}
if ( (ns) || (ie4) )
{
if (ns) over = document.popDiv
if (ie4) over = popDiv.style
document.onmousemove = mouseMove
if (ns) document.captureEvents(Event.MOUSEMOVE)
}
function wtl(txt)
{
if (ns)
{
var lll = document.popDiv.document
lll.write(txt)
lll.close()
}
else
{
if (ie4) document.all["popDiv"].innerHTML = txt
}
}
function show(obj)
{
if (ns) obj.visibility = "show"
else if (ie4) obj.visibility = "visible"
}
function hide(obj)
{
if (ns) obj.visibility = "hide"
else if (ie4) obj.visibility = "hidden"
}
function moveTo(obj,lx,ly)
{
obj.left = lx
obj.top = ly
}
function hideit()
{
if ( (ns) || (ie4) )
{
showit = 0;
hide(over);
}
}
// Popup zusammenbasteln
// ---------------------
// Popup zusammenbasteln
// ---------------------
function Zeige01(BOTSCHAFT, UEBERSCHRIFT) //
{
txt = ""
wtl(txt);
display_it();
}
function Zeige02(BOTSCHAFT, UEBERSCHRIFT)
{
txt = ""
wtl(txt);
display_it();
}
function Zeige03(BOTSCHAFT, UEBERSCHRIFT)
{
txt = ""
wtl(txt);
display_it();
}
function Zeige04(BOTSCHAFT, UEBERSCHRIFT)
{
txt = ""
wtl(txt);
display_it();
}
function Info(Was,i,xn,yn)
{
yy=yn;
xx=xn;
if (yy==-111) xx=-335;
if (yy==-244) xx=-335;
if (parent.frames[1].document.Help.Okay.checked)
{
if (Was==1)
{
Zeige01(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==2)
{
Zeige02(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==3)
{
Zeige03(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==4)
{
Zeige04(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
}
}
function Hier(Was,i,xn,yn)
{
yy=yn;
xx=xn;
if (yy==-111) xx=-335;
if (yy==-244) xx=-335;
if (document.Help.Okay.checked)
{
if (Was==1)
{
Zeige01(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==2)
{
Zeige02(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==3)
{
Zeige03(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==4)
{
Zeige04(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
}
}
function Immer(Was,i,xn,yn)
{
yy=yn;
xx=xn;
if (yy==-111) xx=-335;
if (yy==-244) xx=-335;
if (Was==1)
{
Zeige01(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==2)
{
Zeige02(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==3)
{
Zeige03(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
if (Was==4)
{
Zeige04(BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
}
// ...und jetzt anzeigen
// ---------------
function display_it()
{
if ( (ns) || (ie4) )
{
if (showit == 0)
{
moveTo(over,x+xx,y+yy);
show(over);
window.bringtofront=true;
showit = 1;
}
}
}
// Auf mousemoves reagieren
// -----------------------
function mouseMove(e)
{
if (ns) {x=e.pageX; y=e.pageY;}
if (ie4) {x=event.x; y=event.y;}
if (ie5) {x=event.x+document.body.scrollLeft; y=event.y+document.body.scrollTop;}
if (ie6) {x=event.x+document.body.scrollLeft; y=event.y+document.body.scrollTop;}
if (ie7) {x=event.x+document.body.scrollLeft; y=event.y+document.body.scrollTop;}
if (showit)
{
moveTo(over,x+xx,y+yy);
}
}