/* 
  ------------------------------------------------
  Copyright (c) 2009 Angkor Design
  Designed by Sim Kamsan
  H/P: (855) 12 985 842, (855) 99 666 219
  E-mail: angkordesign.net@gmail.com
  Website: www.angkordesign.net
  ------------------------------------------------
*/


function P7_Uberlink(cl,d){
	var i,ob,tA,h=document.location.href;
	if(document.getElementById){
	ob=(d)?document.getElementById(d):document;
	if(ob){
	tA=ob.getElementsByTagName('A');
	for(i=0;i<tA.length;i++){
	if(tA[i].href==h){
	tA[i].className=cl;
}}}}}
