// JavaScript Document
/* function onmover(bstyle,id){
 	document.getElementById(id).className = bstyle;
 }
 function onmout(bstyle,id){
 	document.getElementById(id).className = bstyle;
 }   */
 function openPDF(){
 	window.document.location.href="sosit/brochure1.pdf"
 }
 function gosositPage(){
	window.document.location.href="http://sosit.mkpholdings.com.my"
 }
 function gotoGetSite(){
	window.document.location.href="http://get.mkpholdings.com.my"
 }
 function goflashPage(){
	window.document.location.href="elementflash.php"
 }
 function gogetPage(){
	window.document.location.href="gethome.php"
 }

 function goaboutpage(){
	 window.document.location.href = "aboutus.php"
 }
 function goconstructionpage(){
	 window.document.location.href = "construction.php"
 }
 function redirectRS(){
	 window.location.href = "http://www.aamhatch.com.au"
 }
