// JavaScript Document
		
		
		/***********************************************
		* Image Thumbnail Viewer II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
		* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
		* This notice must stay intact for legal use
		***********************************************/
		
		//Specify image paths and optional link (set link to "" for no link):
		
		var preloadimg="no"
		
		//Set optional link target to be added to all images with a link:
		var optlinktarget=""
		
		//Set image border width
		var imgborderwidth=0
		
		//Optionally, change 1.0 and 0.7 below to affect Wipe gradient size and duration in seconds in IE5.5+:
		var filterstring="progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)"
		
		///////No need to edit beyond here/////
		
		if (preloadimg=="yes"){
		for (x=0; x<dynimages.length; x++){
		var myimage=new Image()
		myimage.src=dynimages[x][0]
		}
		}
		
		function returnimgcode(theimg){
		var imghtml=""
		if (theimg[1]!="")
		imghtml='<a href="images/'+theimg[1]+'" target="'+optlinktarget+'">'
		imghtml+='<img src="images/'+theimg[0]+'" border="'+imgborderwidth+'">'
		if (theimg[1]!="")
		imghtml+='</a>'
		return imghtml
		}
		
		function modifyimage(loadarea, imgindex){
		if (document.getElementById){
		var imgobj=document.getElementById(loadarea)
		if (imgobj.filters && window.createPopup){
		imgobj.style.filter=filterstring
		imgobj.filters[0].Apply()
		}
		imgobj.innerHTML=returnimgcode(dynimages[imgindex])
		if (imgobj.filters && window.createPopup)
		imgobj.filters[0].Play()
		return false
		}
		}
		function locationc(img)
		{
			if(img=="d")
			{
			document.getElementById('sha').style.display="true";
			}
			else
			{
			document.getElementById('sha').style.display="none";
			}
		
			if(img=="s")
				{
				document.getElementById("location").innerHTML = '<span class="bold_1">Dubai</span><br><span style="color:#FF8040; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px"><br><b><span class="contact">PETROTECH ENTERPRISES</b><br><span class="normal">P.O.Box 5311, Clock Tower, Diera, <br>Opp. Hamrian Centre, Dubai - U.A.E.<br>Tel: +971 4 262 2211 / 266 5272<br>Fax: +971 4 262 2233<br><a href="mailto:sales@petrotech.ae" class="cont">E-mail:sales@petrotech.ae</a></span>';
				
				
				
				}
				
				if(img=="i")
				{
				document.getElementById("location").innerHTML = '<span class="bold_1">India </span><br><br><b><span class="contact">PETROTECH ENTERPRISES</b><br><span class="normal">P.O.Box 5311, Clock Tower, Diera, <br>Opp. Hamrian Centre, Dubai - U.A.E.<br>Tel: +971 4 262 2211 / 266 5272<br>Fax: +971 4 262 2233<br><a href="mailto:sales@petrotech.ae" class="cont">E-mail:sales@petrotech.ae</a></span>';
				
				
				
				}
				
			if(img=="o")
			{
				document.getElementById("location").innerHTML = '<span class="bold_1">Sultanate of Oman</span><br><span class="contact"><br><span class="contact"><b>PIONEER OILFIELD ENTERPRISES<br></b><span class="normal">P.O.Box 998, Wadi Al Kabir<br>Postal Code: 117 Muscat<br> Sultanate of Oman<br>Tel: +968 2481 3562<br>Fax: +968 2481 5868<br><a href="mailto:sales@pioneeroilfield.com" class="cont">E-mail:sales@pioneeroilfield.com</a><br><a href="www.pioneeroilfield.com" class="cont">Website:www.pioneeroilfield.com</a></span>';
				
				
				
			}
			if(img=="r")
			{
			document.getElementById("location").innerHTML = '<span class="bold_1">Sharjah</span><br><br><span class="contact"><b>PETROTECH ENTERPRISES</b><br><span class="normal">ParkerStore<br>P.O.Box 33763, Industrial Area 2,<br>Beside ALICO Industries<br>Sharjah - U.A.E.<br>Tel: +971 6 533 4633 / 533 9354 <br>Fax: +971 6 533 9344<br><a href="mailto:parkerstore@petrotech.ae" class="cont">E-mail:parkerstore@petrotech.ae</a></span>';
				
			
			}
			if(img=="a")
			{
			document.getElementById("location").innerHTML = '<span class="bold_1">Kuwait</span><br><br><span class="contact"><b>PETROTECH ESTABLISHMENT</b><br><span class="normal">East Ahmadi Industrial Area,<br>P.O.Box: 7764 Fahaheel, 64008 - Kuwait<br>Tel: +965 2398 1234<br>Fax: +965 2398 2398<br><a href="mailto:sales@petrotech.com.kw" class="cont">E-mail:sales@petrotech.com.kw</a><br><a href="www.petrotech.com.kw" class="cont">Website:www.petrotech.com.kw</a></span>';
			
		}
			if(img=="e")
			{
			document.getElementById("location").innerHTML = '<span class="bold_1">Sharjah Service Centre</span><br><br><span class="contact"><b>PETROTECH ENTERPRISES</b><br><span class="normal">P.O.Box 33763, Industrial Area 2,<br>Beside ALICO Industries, Sharjah - U.A.E.<br>Tel: +971 6 533 4633 / 533 9354<br>Fax: +971 6 533 9344<br><a href="mailto:parkerstore@petrotech.ae" class="cont">E-mail:parkerstore@petrotech.ae</a></span>';
						
			
				
			}
		}
