BOTSCHAFT=new Array();
UEBERSCHRIFT=new Array();
// OnMouseOver="Info(1,15,250,-125,-100); return true;" OnMouseOut="hideit(); return true;"
UEBERSCHRIFT[1]="Jamaica Focus Mediastream Corporation Ltd.";
BOTSCHAFT[1]="Click on the graphic or on ''Enter'' to access the site.";
UEBERSCHRIFT[2]="Tell Your Friends!";
BOTSCHAFT[2]="Click to open a Messenger window. Separate each e-mail by a comma sign and a space.";
UEBERSCHRIFT[3]="The JF Logo";
BOTSCHAFT[3]="The Doctorbird with the Jamaican flag in it's claws.";
UEBERSCHRIFT[4]="JF's IntelliHelp Feature";
BOTSCHAFT[4]="Enable it to get hints and additional info.";
UEBERSCHRIFT[5]="Speed Links";
BOTSCHAFT[5]="See here a small overview on links. More links are available through the buttons at the lower area of the website.";
UEBERSCHRIFT[6]="News";
BOTSCHAFT[6]="Click any news to follow up. More news available by clicking the News button at the lower area of the website.";
UEBERSCHRIFT[7]="Video Feature";
BOTSCHAFT[7]="You need the free basic version of the REAL player to watch the streaming broadcast video clips. Click the small REAL logo to download the free player, if you see only a broken picture link at the left side.
Use the Play, Pause and Stop buttons to control the video clip.";
UEBERSCHRIFT[8]="Video and Contents";
BOTSCHAFT[8]="You need the free basic version of the REAL player to watch the streaming broadcast video clips. Click the small REAL logo to download the free player, if you see only a broken picture link at the left side.
Use the Play, Pause and Stop buttons to control the video clip.
The text gives you more information about the company and the services.";
UEBERSCHRIFT[9]="Contents";
BOTSCHAFT[9]="The text gives you more information about the company and the services.";
UEBERSCHRIFT[10]="Visitor Counter";
BOTSCHAFT[10]="Many websites have their own visitor counter. Looks like this is our counter.";
UEBERSCHRIFT[11]="Jamaica Conservation and Development Trust";
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]="REAL Video";
BOTSCHAFT[13]="Using our streaming videos: download here the FREE RealPlayer.";
UEBERSCHRIFT[14]="JCDT TV with REAL Broadcast Technology";
BOTSCHAFT[14]="If you cannot see the REAL or Real One logo inside the big blue box (or black box) you need to download the free player.";
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]="Easy Messaging";
BOTSCHAFT[17]="Just type your message and send it to us. If you want a response then don't forget to include your e-mail address or phone number.";
UEBERSCHRIFT[18]="REAL Video";
BOTSCHAFT[18]="A REAL video clip is available!";
UEBERSCHRIFT[19]="More...";
BOTSCHAFT[19]="Click here to get more information.";
UEBERSCHRIFT[20]="REAL Broadcast: Play, Pause, Stop";
BOTSCHAFT[20]="In order from left to right:
Play/Continue, Pause, Stop.
Press the round buttons to activate these functions.";
UEBERSCHRIFT[21]="Easy Communication";
BOTSCHAFT[21]="This is one of our e-mail addresses. In order to prevent spam e-mails, it is visible only as a picture.";
UEBERSCHRIFT[22]="Newsletter";
BOTSCHAFT[22]="Click here to read the official JCDT newsletter online.";
UEBERSCHRIFT[23]="mmm";
BOTSCHAFT[23]="mmm";
var x=0;
var xx=10;
var yy=0;
var y=0;
var showit=0;
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);
}
}
function Zeige01(Quer,BOTSCHAFT,UEBERSCHRIFT)
{
txt="
"
wtl(txt);
display_it();
}
function Zeige02(Quer,BOTSCHAFT,UEBERSCHRIFT)
{
txt=""
wtl(txt);
display_it();
}
function Zeige03(Quer,BOTSCHAFT,UEBERSCHRIFT)
{
txt=""
wtl(txt);
display_it();
}
function Info(Was,i,Quer,xn,yn)
{
yy=yn;
xx=xn;
if (yy==-111) xx=-335;
if (yy==-244) xx=-335;
if (parent.frames[3].document.Help.Okay.checked)
{
if (Was==1)
{
Zeige01(Quer,BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==2)
{
Zeige02(Quer,BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==3)
{
Zeige03(Quer,BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
}
}
function Hier(Was,i,Quer,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(Quer,BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==2)
{
Zeige02(Quer,BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==3)
{
Zeige03(Quer,BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
}
}
function Immer(Was,i,Quer,xn,yn)
{
yy=yn;
xx=xn;
if (yy==-111) xx=-335;
if (yy==-244) xx=-335;
if (Was==1)
{
Zeige01(Quer,BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==2)
{
Zeige02(Quer,BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
else
if (Was==3)
{
Zeige03(Quer,BOTSCHAFT[i],UEBERSCHRIFT[i]);
}
}
function display_it()
{
if ((ns)||(ie4))
{
if (showit==0)
{
moveTo(over,x+xx,y+yy);
show(over);
window.bringtofront=true;
showit=1;
}
}
}
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);
}
}