function  awards_01(){

	showgallery('images/awards/large/ford.jpg',420,600);
}


function  awards_02(){
	showgallery('images/awards/large/sharp.jpg',420,600);
}

function  awards_03(){
	showgallery('images/awards/large/hp.jpg',420,600);
}

function  awards_04(){
	showgallery('images/awards/large/accer.jpg',420,600);
}

function  awards_05(){
	showgallery('images/awards/large/novarits.jpg',420,600);
}
function  awards_06(){
	showgallery('images/awards/large/porsch.jpg',420,600);
}
function  awards_07(){
	showgallery('images/awards/large/jvc.jpg',420,600);
}


//---------------------------  cards -----------------------------------------

function club() {

	location.href="javascript:showpages('../standard/club_login.asp',400,600);"

}

function ebulletin() {


	location.href="javascript:showpages('../standard/mail_list.asp',205,200);"

}

function card_auto_show() {
	location.href="javascript:showlocation(9,1,1,'Automotive',400,130);";

}


function card_auto_services() {
	location.href="javascript:showlocation(9,2,1,'Automotive',400,130);";

}

function card_auto_contactus() {
	location.href="javascript:showcontactus(9,3,1,'IT.',400,500);";

}


function card_cit_show() {
	location.href="javascript:showlocation(12,1,1,'IT.',400,130);";

}


function card_cit_services() {
	location.href="javascript:showlocation(12,2,1,'IT.',400,130);";

}
function card_cit_contactus() {
	location.href="javascript:showcontactus(12,3,1,'IT.',400,500);";

}

function card_hha_show() {
	location.href="javascript:showlocation(14,1,1,'Home Appliances',450,130);";

}


function card_hha_services() {
	location.href="javascript:showlocation(14,2,1,'Home Appliances',450,130);";

}

function card_hha_contactus() {
	location.href="javascript:showcontactus(14,3,1,'Home Appliances',450,500);";

}

function cards_contactus(EmailFld) {
	location.href="javascript:showcontactus(" + EmailFld +",3,1,'Home Appliances',450,500);";

}


function cards_mailto(EmailFld) {
	location.href="mailto:" + EmailFld ;

}



//------------------------------ menu --------------------


function standard_home() {
	location.href="default.asp";
}
function Mysearch() {
	location.href="search_result.asp?psearch=";
}
function newcustomer() {
	showpages('../standard/clup_regester.asp',400,500)
	
}

function about() {
	location.href="subpag.asp?SecId=27";
}
function contact() {
	location.href="subpag.asp?SecId=28";
}

function menu00() {
	location.href="subpag.asp?SecId=27";
}
function menu01() {
	location.href="default.asp?SecId=1";
}
function menu02() {
	location.href="default.asp?SecId=2";
}
function menu03() {
	location.href="default.asp?SecId=3";
}
function menu04() {
	location.href="default.asp?SecId=4";
}

function menu05() {
	location.href="default.asp?SecId=5";
}
function menu06() {
	location.href="default.asp?SecId=6";
}
function menu07() {
	location.href="default.asp?SecId=7";
}
function menu08() {
	location.href="default.asp?SecId=8";
}



//--------------------- Divisions -------------------

function division_01() {
	location.href="default.asp?SecId=9&parentId=1";
}
function division_03() {
	location.href="default.asp?SecId=10&parentId=1";
}
function division_06() {
	location.href="default.asp?SecId=11&parentId=1";
}
function division_02() {
	location.href="default.asp?SecId=12&parentId=1";
}

function division_04() {
	location.href="default.asp?SecId=13&parentId=1";
}
function division_05() {
	location.href="default.asp?SecId=14&parentId=1";
}



//---------------------- Partners ---------------------
function partners_01() {
	location.href="default.asp?SecId=21&parentId=6";
}
function partners_03() {
	location.href="default.asp?SecId=22&parentId=6";
}
function partners_06() {
	location.href="default.asp?SecId=23&parentId=6";
}
function partners_02() {
	location.href="default.asp?SecId=24&parentId=6";
}

function partners_04() {
	location.href="default.asp?SecId=25&parentId=6";
}
function partners_05() {
	location.href="default.asp?SecId=26&parentId=6";
}

//---------------------- Partners ---------------------
function business_partners(msid) {
	mysid=""+msid-12
	location.href="default.asp?SecId="+mysid+"&parentId=1";
}
//---------------------- Locations ---------------------
// Home
function locations_01() {
	location.href="default.asp?SecId=15&parentId=2";
}
// sana'a
function locations_02() {
	location.href="default.asp?SecId=16&parentId=2";
}
// Aden
function locations_03() {
	location.href="default.asp?SecId=17&parentId=2";
}
// Taiz
function locations_04() {
	location.href="default.asp?SecId=18&parentId=2";
}
// Hodieda
function locations_05() {
	location.href="default.asp?SecId=19&parentId=2";
}
// Mukalla
function locations_06() {
	location.href="default.asp?SecId=20&parentId=2";
}


//--------------------- Gallery ---------------------

function showgallery(id,mWi,mHi){
	var myPage = "../standard/showimage.asp?img_id="+id;
	var myOpt = "topmargin=0,";
	
	var xMax = screen.width, yMax = screen.height;
    var xOffset = (xMax - mWi)/2, yOffset = (yMax - mHi)/2;
          
	myOpt+="leftmargin=0,";
	myOpt+="toolbar=no,";
	myOpt+="directories=no,";
	myOpt+="menubar=no,";
	myOpt+="scrollbars=no,";
	myOpt+="maximize=no,";
	myOpt+="width="+mWi+",";
	myOpt+="height="+mHi+",";
	myOpt+="left="+xOffset+",";
    myOpt+="top="+yOffset;

	
enlarge_win = open(myPage, "Preview",myOpt);


}

// -------------- New Window ------------------

function showpages(id,mWi,mHi){
	//var myPage = "../standard/showimage.asp?img_id="+id;
	var myOpt = "topmargin=0,";
	var myPage1="../standard/"+id
	
	var xMax = screen.width, yMax = screen.height;
    var xOffset = (xMax - mWi)/2, yOffset = (yMax - mHi)/2;
          
	myOpt+="leftmargin=0,";
	myOpt+="toolbar=no,";
	myOpt+="directories=no,";
	myOpt+="menubar=no,";
	myOpt+="scrollbars=no,";
	myOpt+="maximize=no,";
	myOpt+="width="+mWi+",";
	myOpt+="height="+mHi+",";
	myOpt+="left="+xOffset+",";
    myOpt+="top="+yOffset;

	
enlarge_win = open(myPage1, "Preview",myOpt);


}

//------------  locatons -----------------------
function showlocation(secid1,loc_type,cityLink1,secname,mWi,mHi){
	var myPage = "../standard/addresses.asp?SecId="+secid1+"&locationType="+loc_type+"&cityIDLink="+cityLink1+"&Secname="+secname;
	
	var myOpt = "topmargin=0,";
	
	var xMax = screen.width, yMax = screen.height;
    var xOffset = (xMax - mWi)/2, yOffset = (yMax - mHi)/2;
          
	myOpt+="leftmargin=0,";
	myOpt+="toolbar=no,";
	myOpt+="directories=no,";
	myOpt+="menubar=no,";
	myOpt+="scrollbars=no,";
	myOpt+="maximize=no,";
	myOpt+="width="+mWi+",";
	myOpt+="height="+mHi+",";
	myOpt+="left="+xOffset+",";
    myOpt+="top="+yOffset;

	
enlarge_win = open(myPage, "Preview",myOpt);


}

function showcontactus(secid1,loc_type,cityLink1,secname,mWi,mHi){
	var myPage = "../standard/contactus_show.asp?SecId="+secid1;
	var myOpt = "topmargin=0,";
	
	var xMax = screen.width, yMax = screen.height;
    var xOffset = (xMax - mWi)/2, yOffset = (yMax - mHi)/2;
          
	myOpt+="leftmargin=0,";
	myOpt+="toolbar=no,";
	myOpt+="directories=no,";
	myOpt+="menubar=no,";
	myOpt+="scrollbars=yes,";
	myOpt+="maximize=no,";
	myOpt+="width="+mWi+",";
	myOpt+="height="+mHi+",";
	myOpt+="left="+xOffset+",";
    myOpt+="top="+yOffset;

	
enlarge_win = open(myPage, "services",myOpt);


}


//---------------------- Partners Auto ---------------------

function patners_auto_01() {
	window.open("http://www.porsche.com/");
}

function patners_auto_02() {
	window.open("http://www.ford.com");
}

function patners_auto_03() {
	 window.open("http://www.hyundai-motor.com/");
}

function patners_auto_04() {
	window.open("http://www.michelin.com/");
}

function patners_auto_05() {
	window.open("http://www.maxxis.com/");
}


//---------------------- Partners CIT ---------------------

function patners_cit_01() {
	window.open("http://www.hp.com");
}

function patners_cit_02() {
	window.open("http://www.sharp-world.com/");
}

function patners_cit_03() {
	window.open("http://www.microsoft.com");
}

function patners_cit_04() {
	window.open("http://www.esri.com");
}

function patners_cit_05() {
	window.open("http://www.ncr.com/");
}

function patners_cit_06() {
	window.open("http://www.acer.com");
}

function patners_cit_07() {
	window.open("http://www.avaya.com/");
}

function patners_cit_08() {
	window.open("http://www.infograph.com.jo/");
}



function patners_cit_09() {
	window.open("http://www.itgsolutions.com");
}

function patners_cit_10() {
	window.open("http://www.oracle.com/");
}

function patners_cit_11() {
	window.open("http://www.cte.it");
}

function patners_cit_12() {
	window.open("http://www.taitworld.com");
}

function patners_cit_13() {
	window.open("http://www.technocom-wireless.com");
}

function patners_cit_14() {
	window.open("http://www.ceswireless.com");
}

function patners_cit_15() {
	window.open("http://www.jvcpro.co.uk");
}


//---------------------- Partners consumer ---------------------

function patners_consumer_01() {
	window.open("http://www.nfic.com.sa");
}

function patners_consumer_02() {
	window.open("http://www.anchor.co.nz");
}

function patners_consumer_03() {
	window.open("http://www.gerber.com");
}

function patners_consumer_04() {
	window.open("http://www.pacificinter-link.com");
}

function patners_consumer_05() {
	window.open("http://www.ycgsi.com");
}

function patners_consumer_06() {
	window.open("http://www.azhargroup.com");
}

//---------------------- Partners Elec ---------------------

function patners_elec_01() {
	window.open("http://www.abb.com");
}

function patners_elec_02() {
	window.open("http://www.alstom.com");
}

function patners_elec_03() {
	window.open("http://www.3m.com/");
}

function patners_elec_04() {
	window.open("http://www.gelighting.com");
}

function patners_elec_05() {
	window.open("http://www.lge.com/index.do");
}

function patners_elec_06() {
	window.open("http://www.sigmaelevator.com");
}

function patners_elec_07() {
	window.open("http://www.york.com");
}

function patners_elec_08() {
	window.open("http://www.sparkenergy.it");
}
//---------------------- Partners hha ---------------------

function patners_hha_01() {
	window.open("http://www.Binatone.com");
}

function patners_hha_02() {
	window.open("http://www.geappliances.com");
}

function patners_hha_03() {
	window.open("http://www.jvc-me.com");
}

function patners_hha_04() {
	window.open("http://www.interdas.it/");
}

function patners_hha_05() {
	window.open("http://www.tcl.com/English/");
}

function patners_hha_06() {
	window.open("http://www.dwe.co.kr/eng/");
}

//---------------------- Partners pharma ---------------------

function patners_pharma_01() {
	window.open("http://www.schering.de");
}

function patners_pharma_02() {
	window.open("http://www.pfizer.com");
}

function patners_pharma_03() {
	window.open("http://www.roche.com");
}

function patners_pharma_04() {
	window.open("http://www.Novartis.com");
}

function patners_pharma_05() {
	window.open("http://www.astrazeneca.com");
}

function patners_pharma_06() {
	window.open("http://www.bms.com");
}

function patners_pharma_07() {
	window.open("http://www.lilly.com/");
}

function patners_pharma_08() {
	window.open("http://www.bayer.com/");
}


//---------------------- quality certfay ---------------------

function certfay_01() {
	//location.href="default.asp?SecId=15&parentId=2";
	showgallery('../standard/images/contents/iso/iso.jpg',352,510);

}

function certfay_02() {
	//location.href="default.asp?SecId=16&parentId=2";
	showgallery('../standard/images/contents/iso/annex.jpg',352,510);
}
