<!-- Start
// COPYRIGHT 2007 © PitBULL (M) Sdn. Bhd.
// Unauthorized use or sale of this script is strictly prohibited by law.
// No part of this content may be reproduce and/or us in any form without
// prior written consent from PitBULL (M) Sdn Bhd.
// NOTE: If you use a ' add a slash before it like this \'
// FLOATING MENU AREA - SEE NOTE BELOW FOR MOVING THE MENU UP ON THE PAGE
//



if (!document.layers)
document.write('<div id="floater" style="position:absolute">')
document.write('<layer id="floater">');

// START THE IMAGE LINKS COPY ANY ONE OF THESE 3 LINES TO ADD A NEW LINK
//document.write('<a href="terms.htm"><img src="float/float-site_info_out.gif" border="0" vspace="1" title="View Site Info page."></a><br>');

document.write('<table><tr>');
document.write('<td width="733" align="center" height="5"></td>');
document.write('<td width="50" height="5"><font face=Arial, Helvetica, sans-serif><strong><font size=1>Language Preferences</font></strong></td>');
//
document.write('<td width="10" height="5"><a href="#"><img src="flags/gb-flag.gif" border="0" vspace="30" title="English"></a></td>');
document.write('<td width="10" height="5"><a href="de/main.html"><img src="flags/de-flag.gif" border="0" vspace="30" title="Deutsch"></a></td>');
//
document.write('<td width="10" height="5"><a href="im/main.html"><img src="flags/id-flag.gif" border="0" vspace="30" title="Indo-Malay"></a></td>');
document.write('<td width="10" height="5"><a href="cn/main.html"><img src="flags/cn-flag.gif" border="0" vspace="30" title="Chinese"></a></td>');
document.write('<td width="10" height="5"><a href="jp/main.html"><img src="flags/jp-flag.gif" border="0" vspace="30" title="Japanese"></a></td>');
document.write('<td width="10" height="5"><a href="th/main.html"><img src="flags/th-flag.gif" border="0" vspace="30" title="Thai"></a></td>');
document.write('<td width="10" height="5"><a href="sp/main.html"><img src="flags/sp-flag.gif" border="0" vspace="30" title="Spanish"></a></td>');
//
document.write('<td width="10" height="5"></td>');
document.write('</table></tr>');



document.write('</layer>');



// NOTE: If you add links you will need to alter the "Yloc" 150 number below (Ex. Yloc = 200;)
if (!document.layers)
document.write('</div>')

function FloatMenu()
{
        // To move object/links/buttons from bottom left to right you to alter the 'Xloc' number below (Ex. Xloc = -50;)
   	var Xloc = 0,
	Yloc = 175;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	function SetMenu(id)
	{
		var GetElements=document.getElementById?document.getElementById(id):document.all?document.all[id]:document.layers[id];
		if(document.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = Xloc;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= Yloc;
		return GetElements;
	}
	window.LoCate_XY=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - Yloc - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("LoCate_XY()", 10);
	}
	ftlObj = SetMenu("Floater");
	LoCate_XY();
}
FloatMenu();


//  End -->