stm_bm(["menu782f",430,"","blank.gif",1,"780","stgct()+160",0,0,250,0,1000,1,0,0,"","",0],this);
stm_bp("p0",[1,4,0,0,2,3,0,0,100,"",-2,"",-2,50,0,0,"#999999","","floatmnu.gif",0,0,0,"#000000"]);
stm_ai("p0i0",[1,"<a href=\'customer.htm\' class=\'mnu\'>Customer Support</a>","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0,0,1,1,"",0,"",0,"","",3,3,0,0,"#FFFFF7","#000000","#000000","#000000","8pt Verdana","8pt Verdana",0,0],120,53);
stm_aix("p0i1","p0i0",[1,"<a href=\'#\' onclick=\'return false\' class=\'mnu\'>Our Products</a>"],120,54);
stm_bpx("p1","p0",[1,1,0,0,0,3,0,0,100,"progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=15,enabled=0,Duration=0.60)"]);
stm_aix("p1i0","p0i0",[1,"<a href=\'maxpark.htm\' class=\'mnu\'>MaxPark</a>","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0,0,1,1,"#FFCC00",0,"#FFCC00",0,"","",3,3,1,1,"#999999","#999999","#333333","#333333"],140,30);
stm_aix("p1i1","p0i0",[1,"<a href=\'maxtoll.htm\' class=\'mnu\'>MAXTOLL</a>","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0,0,1,1,"#FFCC00",0,"#FFCC00",0,"","",3,3,1,1,"#999999","#999999"],140,30);
stm_aix("p1i2","p1i1",[1,"<a href=\'maxgolf.htm\' class=\'mnu\'>MAXGOLF</a>"],140,30);
stm_aix("p1i3","p1i1",[1,"<a href=\'maxcash.htm\' class=\'mnu\'>MAXCASH</a>"],140,30);
stm_aix("p1i4","p1i1",[1,"<a href=\'petroleum.htm\' class=\'mnu\'>Petroleum Terminal<br />\r\nAutomation System</a>"],140,30);
stm_ep();
stm_ep();
stm_em();

//stgcl() //this frunction return the relative screen value

/* all these function are not needed now
	var img_arr=new Array(5);
for(var i=0;i<=4;i++){
	img_arr[i]=new Image(140,140);
	img_arr[i].src="data/" + (i+1) + ".gif";
}
function show_img(obj,n){
//	var a=new Date();
//	var b=new Date()
//	var last=a.getSeconds();
//	var now=a.getSeconds();
//	while((now-last)<1){
//		now=b.getSeconds();
//	}
	obj.src=img_arr[n-1].src;
	obj.width=100;
	obj.height=142;
	obj.style.marginLeft="25px";
}
function hide_img(obj){
	obj.width=100;
	obj.height=126;
	obj.src=img_arr[4].src;
	obj.style.marginLeft="25px";
}
var count=0;
function rotate_img(){
	count+=1;
	show_img(img1,count);
	if (count==5){count=0;}
}
setInterval("rotate_img()",2500);

var zoom_size=100;
function zooming(op){
	if (op=="+"){zoom_size+=10;}
		else {zoom_size-=10;}
	document.body.style.zoom=zoom_size + "%";
}

function getSearch(){
	document.getElementById("hiddenquery").value="site:www.sigmatech.com.my " + document.getElementById("paraSearch").value;
//		document.getElementById("hiddenquery").value="site:www.sigmatech.com.my " + document.search.paraSearch.value
//		window.alert(document.search.paraSearch.value);
}

//<form name="search" action="http://www.google.com/search" method="get" onSubmit="getSearch()">
//		<input id="hiddenquery" type="hidden" name="q" />
//		<input name="paraSearch" type="text" style="width: 200px" value="navigator object" />
//		<input type="submit" name="submitter" />
//</form>

*/