// JavaScript Document
//function doPopups() {
//  if (!document.getElementsByTagName) return false;
//  var links=document.getElementsByTagName("a");
//  for (var i=0; i < links.length; i++) {
//		//alert(links[i].id);
//    if (links[i].className.match("popup")) {	
//      links[i].onclick=function() {
//			var currentlink = this.id
//        switch(currentlink) {
//					case "company_identification" :
//						window.open(this.href, "",",,width=700,height=600,scrollbars=yes");return false;
//						break;
//					case "company_privacy" :
//						window.open(this.href, "",",,width=780,height=600,scrollbars=yes");return false;
//						break;
//					case "company_legal" :
//						window.open(this.href, "",",,width=780,height=600,scrollbars=yes");return false;
//						break;
//				};
//      };
//    };
//  };
//};
$(document).ready(function() {
						
						
						  
						   });