// JavaScript Document
// JavaScript Document
// JavaScript Document

/***********************************************
* Cool DHTML tooltip script II- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var offsetfromcursorX=10 //Customize x offset of tooltip
var offsetfromcursorY=10 //Customize y offset of tooltip

var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image
var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).

document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
document.write('<img id="dhtmlpointer" src="../images/blank.gif">') //write out pointer image

var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thewidth, thecolor){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var nondefaultpos=false
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20

var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY

var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth){
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=curX-tipobj.offsetWidth+"px"
nondefaultpos=true
}
else if (curX<leftedge)
tipobj.style.left="5px"
else{
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
pointerobj.style.left=curX+offsetfromcursorX+"px"
}

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight){
tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
nondefaultpos=true
}
else{
tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
pointerobj.style.top=curY+offsetfromcursorY+"px"
}
tipobj.style.visibility="visible"
if (!nondefaultpos)
pointerobj.style.visibility="visible"
else
pointerobj.style.visibility="hidden"
}
}

function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
pointerobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip


	 
function ccc_01(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>WSP (Alkali) Tank, <br />Cap. 227 m3 <br />Φ 7000 x 7200 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>H2SO4 Transport Tank, <br />Cap. 6 m3 <br />Φ 2000 x 2171 (H)</span></div></p><img src=images/asahimas.jpg width=350 />', 350);}

function ccc_02(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>Chemicals Storage Tank, <br />Cap. 75 m3 <br />Φ 4000 x 6000 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>Glycerin Storage Tank, <br />Cap. 75 m3 <br />Φ 4000 x 6000 (H)</span></div></p><img src=images/avian.jpg width=350 />', 350);}

function ccc_03(){ddrivetip('<p><span class=IntroText>Latex Storage Tank, <br />Cap. 56 m3 <br />Φ 4000 x 4300 (H)</span></p><img src=images/basf.JPG width=219 />', 219);}

function ccc_04(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>FRP TRASH HOPPER <br />Φ900 x 1078 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>FRP PIPE DN 150 x PN 10 x 6 M (L)<br /> Tanjung Jati Fired-coal Electric Power Plant</span></div></p><img src=images/babcock-1.JPG width=350 />', 350);}

function ccc_05(){ddrivetip('<p><span class=IntroText>Panel Water Tank, Cap. 120 m3 <br />(4000 W x 10.000 L x 3000 H) <br />Φ 4000 x 4300 (H)</span></p><img src=images/banyu.JPG width=219 />', 219);}

function ccc_06(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>NaOH, HNO3, Compost Filter, <br />PE Mixing & Anaerobic Sludge Thickener Tank <br />Φ 2000 x 2171 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>Aeration, Conditioning-Sedimentation & Biobed Reactor Tank <br />(Φ 2350 x 12000 (H) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/biothane.JPG width=350 />', 350);}

function ccc_07(){ddrivetip('<p><span class=IntroText>Panel Water Tank, Cap. 120 m3 <br />(4000 W x 10.000 L x 3000 H) <br />Φ 4000 x 4300 (H)</span></p><img src=images/cipta.jpg width=219 />', 219);}

function ccc_08(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>HCL Storage Tank, <br />Cap. 50 M3 <br />(Φ 3500 x 5250 (H) Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>FRP Pipes & Ducts <br />(Φ 2” to 12” ) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/dystar.jpg width=350 />', 350);}

function ccc_09(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>Reactor Tank, <br />Cap. 150 M3 <br />(Φ 3500 x 14000 (H) Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>Demin WaterTank, <br />Cap. 50 M3 <br />(Φ 5000 x 5100 (H) Φ 4000 x 4300 (H)</span></div></p><img src=images/envi.jpg width=350 />', 350);}
	
function ccc_10(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>Chemical Tank, <br />Cap. 46 M3 <br />(Φ 3500 x 4250 (H) Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>De-ferro, Treating & Fining Tank, Cap. 22 M3 <br />(Φ 3000 x 3250 (H) Φ 4000 x 4300 (H)</span></div></p><img src=images/hanwa.jpg width=350 />', 350);}

function ccc_11(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>FRP Sand Filter Tank, <br />PN 5 <br />(Φ 1500 x 1750 H) Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>FRP Sand Filter Tank, <br />PN 5 <br />(Φ 1200 x 2000 H) Φ 4000 x 4300 (H)</span></div></p><img src=images/heinz.jpg width=350 />', 350);}

function ccc_12(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>FRP Ductings System <br />(DN 100 to DN1800) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>Spin Bath Tank, Cap. 70 M3 <br />(Φ 3500 x 7500 (H) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/indo.jpg width=350 />', 350);}

function ccc_13(){ddrivetip('<p><span class=IntroText>FRP Degasing Tank, Cap. 65 M3 <br />(Φ 3500 x 5800 (H) Φ 4000 x 4300 (H)</span></p><img src=images/indosol.jpg width=219 />', 219);}

function ccc_14(){ddrivetip('<p><span class=IntroText>Chiller Tank, Cap. 22.5 M3 <br />(Φ 2400 x 5000 (H) <br />Φ 4000 x 4300 (H)</span></p><img src=images/lautan.jpg width=219 />', 219);}

function ccc_15(){ddrivetip('<p><span class=IntroText>Sand Filter Back Washing Tank, <br />Membrane Back Washing Tank <br />& DAF Square Washing Tank <br />(Φ 2500 x 6000 H, <br />Φ 2500 x 4000 H & <br />2000 W x 4000 L x 3000) <br />Φ 4000 x 4300 (H)</span></p><img src=images/lestari.jpg width=219 />', 219);}		

function ccc_16(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>Cleaning Tank, <br />Cap. 10 M3 <br />(Φ 2400 x 2350 (H) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>Reaction & Floaculant Tank <br />Φ 1800 x 2100 H & <br />Φ 1600 x 2100 H ) <br />Φ 4000 x 4300 (H) </span></div></p><img src=images/metito.jpg width=350 />', 350);}

function ccc_17(){ddrivetip('<p><span class=IntroText>Water Storage Tank, Cap. 50 M3 <br />(Φ 3500 x 5200 (H) <br />Φ 4000 x 4300 (H)</span></p><img src=images/tirta.jpg width=219 />', 219); }

function ccc_18(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>Reaction, Adjusment & <br />Coagulation Tank <br />(1700 W x 5600 L <br />x 1500 H) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>Anion, Cation & Carbon FilterTank <br />(Φ 350 x 1300 H, <br />Φ 300 x 1350 H  <br />& Φ 450 x 1500 H) Φ 4000 x 4300 (H)</span></div></p><img src=images/nakagawa.jpg width=350 />', 350); }

function ccc_19(){ddrivetip('<p><span class=IntroText>PVC + FRP Spool Pipes <br />& Installation <br />(Φ 3/4” to Φ 18” ) <br />Φ 4000 x 4300 (H)</span></p><img src=images/ote.jpg width=219 />', 219);}

function ccc_20(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>SMBS Storage Tank, <br />Cap. 10 M3 <br />(Φ 2300 x 3000 (H) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>HCl Storage Tank, <br />Cap. 20 M3 <br />(Φ 3000 x 3400 H ) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/petrosea.jpg width=350 />', 350);}

function ccc_21(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>FRP Pipes for Cooling <br />Water System <br />(DN 1300 x PN 6) <br />Φ 4000 x 4300 (H) </span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>FRP Spool Pipe for <br />Cooling Water System <br />(DN 1000 x PN 6 ) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/pln.jpg width=350 />', 350);}

function ccc_22(){ddrivetip('<p><span class=IntroText>FRP Pipes & Fittings <br />(DN 50 to DN 600 x PN 10) <br />Φ 4000 x 4300 (H)</span></p><img src=images/riau.jpg width=219 />', 219);}

function ccc_23(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>CPVC + FRP Hypo <br />Tower Lower Tank <br />(Φ2300 x 2700 H) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>FRP Pipes & Fittings, <br />PN 6 to 16 <br />(Φ 1” to  x  28”) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/sinarmas.jpg width=350 />', 350);}

function ccc_24(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>FRP Lining Hypo Tanks <br />(Ö3000 x 3000 H) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>FRP Filter Collecting Trough <br />(550 w x 980 L) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/south_pacific.jpg width=350 />', 350);}
	
function ccc_25(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>HCL Storage Tanks, <br />Cap. 50 m3 <br />(Φ3500 x 5200 H) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>HCL Storage Tanks, <br />Cap. 50 m3 <br />(Φ3500 x 5200 H) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/sibany.jpg width=350 />', 350);}

function ccc_26(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>HCL Storage Tanks, <br />Cap. 200 m3 <br />(Φ6000 x 7100 H) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>HCL Storage Tanks, <br />Cap. 50 m3 <br />(Φ3500 x 5200 H) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/tunas.jpg width=350 />', 350);}

function ccc_27(){ddrivetip('<p><span class=IntroText>FRP Manhole for Wet Well <br />(Φ1500 x 12000 H) <br />Φ 4000 x 4300 (H)</span></p><img src=images/theis.jpg width=219 />', 219);}		

function ccc_28(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>HCL Storage Tank, <br />Cap. 226 m3 <br />(Φ6000 x 8000 H) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>Reaction & MixingTanks, <br />Cap. 17.8 m3 <br />(Φ3000 x 2550 H) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/timurraya.jpg width=350 />', 350);}

function ccc_29(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>Moromi <br />/ Fermentation Tank, <br />Cap. 20 m3 <br />(Φ2500 x 4200 H) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>Moromi / Fermentation Tank, <br />Cap. 20 m3 <br />(Φ3500 x 2150 H) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/unilever.jpg width=350 />', 350);}

function ccc_30(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>HCL Storage Tank, <br />Cap. 150 m3 <br />(Φ6000 x 5400 H) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>HCL Storage Tank, <br />Cap. 150 m3 <br />(Φ6000 x 5400 H) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/ve.jpg width=350 />', 350);}		

function ccc_31(){ddrivetip('<p><div style="float:left; width:48%; padding-left:5px;"><span class=IntroText>FeCl3 Reaction Tank, <br />Cap. 36 m3 <br />(Φ2500 x 7470 L) <br />Φ 4000 x 4300 (H)</span></div><div style="float:right; width:48%; padding-left:5px;"><span class=IntroText>Acid Reaction Tank, <br />Cap. 27 m3 <br />(Φ2400 x 6100 H) <br />Φ 4000 x 4300 (H)</span></div></p><img src=images/wing.jpg width=350 />', 350);}
