// JavaScript Document

$(document).ready(function(){
	
	$('a.highslide').colorbox({transition:"elastic",slideshow:true,speed:500,slideshowSpeed:5000});
	$("a[rel=Sokhna]").colorbox({href:"sokhna.php"});
	$("a[rel=Damiatta]").colorbox({href:"Damietta.php"});
	$("a[rel=Adabyia]").colorbox({href:"adabyia.php"});
	$("a[rel=Suez]").colorbox({href:"suez.php"});
	$("a[rel=Dekhila]").colorbox({href:"suez.php"});
	$("a[rel=East]").colorbox({href:"portsaid_east.php"});
	$("a[rel=West]").colorbox({href:"portsaid_west.php"});
	
	
	});
	
	$(function(){
		var $right = $("#right").height();
		
		var $left = $("#left").height();
		
		if( $left < $right ){
		
		var $add = $right - 697;
		
		$("#blueRep").height($add)
		}
		
		});
