window.onload = pageSetup;

function pageSetup(){
  $("#row1 .copy_area").equalHeight();
  
  $('a.link_external').click(function(){
        window.open(this.href);
        return false;
  });

  $('a.link_download').click(function(){
        window.open(this.href);
        return false;
  });
  
  $(document).pngFix();
}

$(document).ready(function() {
	$("#contact_us").validate();
	$("#keep_in_touch").validate();
	$("body#front #flash_homepage").flashembed({
    src: "/swf/homepage_004.swf",
    width: 940,
    height: 366,
    version: [9,45],
    wmode: "transparent"
  });
  /*
  if(!$.cookie('AGB09')){
    tb_show(null, "/popup_001.php?TB_iframe=true&width=400&height=300", null);
    $.cookie('AGB09', 'viewed_already', 'true');
  }
  */
});


