Khader M. Baidun & Sons, Fine Antiquities - Jerusalem, Israel
/***********************************************************************************************
Copyright (c) 2005 - Alf Magne Kalleland post@dhtmlgoodies.com
***********************************************************************************************/
function preloader()
{
// counter
var i = 0;
// create object
imageObj = new Image();
// set image list
images = new Array();
images[0]="images/menu_arrow.gif"
images[1]="images/menu_block.gif"
images[2]="images/menu_block_arrow.gif"
images[3]="images/CorporateInformation_Header.jpg"
images[4]="images/HistoricalReference_Header.jpg"
images[5]="images/OnlineCatalog_Header.jpg"
images[6]="images/ItemDetails_Header.jpg"
images[7]="images/LinksOfInterest_Header.jpg"
images[8]="images/Homepage_Header.jpg"
images[9]="images/Registration_Header.jpg"
images[10]="images/Meg.jpg"
images[11]="images/arrow_right_over.gif"
images[12]="images/arrow_left_over.gif"
images[13]="images/nav_DoubleArrow.gif"
images[14]="images/nav_HArrow.gif"
// start preloading
for(i=0; i
Username: Register
Password:
//Coolmenu v.4 beta1_06
//Big props to Thomas Bratta for creating Coolmenus and the other scripts at www.dhtmlcentral.com
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname
oCMenu.frames = 0
//Menu properties
oCMenu.pxBetween=0
oCMenu.fromLeft=16
oCMenu.fromTop=183
oCMenu.rows=0
oCMenu.menuPlacement=0
oCMenu.offlineRoot="file:///C|/Inetpub/wwwroot/dhtmlcentral/projects/coolmenus/examples/"
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=1000
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0
//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX=15
oCMenu.barY=182
oCMenu.barBorderX=1
oCMenu.barBorderY=1
oCMenu.barBorderClass=""
//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=180
oCMenu.level[0].height=24
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass=0
oCMenu.level[0].offsetX=-25
oCMenu.level[0].offsetY=-1
oCMenu.level[0].rows=0
oCMenu.level[0].align="right"
//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=190
oCMenu.level[1].height=20
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].style=""
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=-32
oCMenu.level[1].offsetY=-1
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].rows=0
oCMenu.level[1].align="right"
//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=186
oCMenu.level[2].height=20
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"
oCMenu.level[2].rows=0
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass, align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
oCMenu.makeMenu('top30','',' Homepage','Index.asp?dir=Home&lid=SMenu')
oCMenu.makeMenu('top31','',' Online Catalog ','Index.asp?dir=Catalog&lid=SMenu')
oCMenu.makeMenu('sub01','top31',' By Civilization ','Index.asp?dir=Catalog&index=Civilization&lid=SMenu')
oCMenu.makeMenu('sub12','sub01',' Byzantine','Index.asp?dir=Catalog&index=Civilization&spec=Byzantine&lid=smenu')
oCMenu.makeMenu('sub13','sub01',' Canaanite','Index.asp?dir=Catalog&index=Civilization&spec=Canaanite&lid=smenu')
oCMenu.makeMenu('sub14','sub01',' Chalcolithic','Index.asp?dir=Catalog&index=Civilization&spec=Chalcolithic&lid=smenu')
oCMenu.makeMenu('sub15','sub01',' Cypriot','Index.asp?dir=Catalog&index=Civilization&spec=Cypriot&lid=smenu')
oCMenu.makeMenu('sub16','sub01',' Egyptian','Index.asp?dir=Catalog&index=Civilization&spec=Egyptian&lid=smenu')
oCMenu.makeMenu('sub17','sub01',' Greek','Index.asp?dir=Catalog&index=Civilization&spec=Greek&lid=smenu')
oCMenu.makeMenu('sub18','sub01',' Hittite','Index.asp?dir=Catalog&index=Civilization&spec=Hittite&lid=smenu')
oCMenu.makeMenu('sub19','sub01',' Islamic','Index.asp?dir=Catalog&index=Civilization&spec=Islamic&lid=smenu')
oCMenu.makeMenu('sub110','sub01',' Israelite','Index.asp?dir=Catalog&index=Civilization&spec=Israelite&lid=smenu')
oCMenu.makeMenu('sub111','sub01',' Mesopotamian','Index.asp?dir=Catalog&index=Civilization&spec=Mesopotamian&lid=smenu')
oCMenu.makeMenu('sub112','sub01',' Neolithic','Index.asp?dir=Catalog&index=Civilization&spec=Neolithic&lid=smenu')
oCMenu.makeMenu('sub113','sub01',' Persian','Index.asp?dir=Catalog&index=Civilization&spec=Persian&lid=smenu')
oCMenu.makeMenu('sub114','sub01',' Phoenician','Index.asp?dir=Catalog&index=Civilization&spec=Phoenician&lid=smenu')
oCMenu.makeMenu('sub115','sub01',' Roman','Index.asp?dir=Catalog&index=Civilization&spec=Roman&lid=smenu')
oCMenu.makeMenu('sub116','sub01',' South Arabian','Index.asp?dir=Catalog&index=Civilization&spec=South Arabian&lid=smenu')
oCMenu.makeMenu('sub02','top31',' By Medium ','Index.asp?dir=Catalog&index=Medium&lid=SMenu')
oCMenu.makeMenu('sub22','sub02',' Ceramics','Index.asp?dir=Catalog&index=Medium&spec=Ceramics&lid=smenu')
oCMenu.makeMenu('sub23','sub02',' Coins','Index.asp?dir=Catalog&index=Medium&spec=Coins&lid=smenu')
oCMenu.makeMenu('sub24','sub02',' Glass','Index.asp?dir=Catalog&index=Medium&spec=Glass&lid=smenu')
oCMenu.makeMenu('sub25','sub02',' Metal Work','Index.asp?dir=Catalog&index=Medium&spec=Metal Work&lid=smenu')
oCMenu.makeMenu('sub26','sub02',' Miscellaneous','Index.asp?dir=Catalog&index=Medium&spec=Miscellaneous&lid=smenu')
oCMenu.makeMenu('sub27','sub02',' Stone Work','Index.asp?dir=Catalog&index=Medium&spec=Stone Work&lid=smenu')
oCMenu.makeMenu('sub28','sub02',' Wood Work','Index.asp?dir=Catalog&index=Medium&spec=Wood Work&lid=smenu')
oCMenu.makeMenu('sub03','top31',' By Format ','Index.asp?dir=Catalog&index=Format&lid=SMenu')
oCMenu.makeMenu('sub32','sub03',' Jewelry','Index.asp?dir=Catalog&index=Format&spec=Jewelry&lid=smenu')
oCMenu.makeMenu('sub33','sub03',' Oil Lamps','Index.asp?dir=Catalog&index=Format&spec=Oil Lamps&lid=smenu')
oCMenu.makeMenu('sub34','sub03',' Seals and Gems','Index.asp?dir=Catalog&index=Format&spec=Seals and Gems&lid=smenu')
oCMenu.makeMenu('sub35','sub03',' Statuary and Figurines','Index.asp?dir=Catalog&index=Format&spec=Statuary and Figurines&lid=smenu')
oCMenu.makeMenu('sub36','sub03',' Tools','Index.asp?dir=Catalog&index=Format&spec=Tools&lid=smenu')
oCMenu.makeMenu('sub37','sub03',' Vessels','Index.asp?dir=Catalog&index=Format&spec=Vessels&lid=smenu')
oCMenu.makeMenu('sub38','sub03',' Weapons','Index.asp?dir=Catalog&index=Format&spec=Weapons&lid=smenu')
oCMenu.makeMenu('sub04','top31',' By Period ','Index.asp?dir=Catalog&index=Age&lid=SMenu')
oCMenu.makeMenu('sub42','sub04',' Byzantine Period 330 AD - 640 AD','Index.asp?dir=Catalog&index=Period&spec=Byzantine Period 330 AD - 640 AD&lid=smenu')
oCMenu.makeMenu('sub43','sub04',' Chalcolithic 4000 BC - 3100 BC','Index.asp?dir=Catalog&index=Period&spec=Chalcolithic 4000 BC - 3100 BC&lid=smenu')
oCMenu.makeMenu('sub44','sub04',' Early Bronze 3100 BC - 2100 BC','Index.asp?dir=Catalog&index=Period&spec=Early Bronze 3100 BC - 2100 BC&lid=smenu')
oCMenu.makeMenu('sub45','sub04',' Hellenistic (Greek) Period 330 BC - 63 BC','Index.asp?dir=Catalog&index=Period&spec=Hellenistic (Greek) Period 330 BC - 63 BC&lid=smenu')
oCMenu.makeMenu('sub46','sub04',' Iron Age 1200 BC - 586 BC','Index.asp?dir=Catalog&index=Period&spec=Iron Age 1200 BC - 586 BC&lid=smenu')
oCMenu.makeMenu('sub47','sub04',' Islamic Period 640 AD - 1400 AD','Index.asp?dir=Catalog&index=Period&spec=Islamic Period 640 AD - 1400 AD&lid=smenu')
oCMenu.makeMenu('sub48','sub04',' Late Bronze 1550 BC - 1200 BC','Index.asp?dir=Catalog&index=Period&spec=Late Bronze 1550 BC - 1200 BC&lid=smenu')
oCMenu.makeMenu('sub49','sub04',' Late Egyptian','Index.asp?dir=Catalog&index=Period&spec=Late Egyptian&lid=smenu')
oCMenu.makeMenu('sub410','sub04',' Middle Bronze 2100 BC - 1550 BC','Index.asp?dir=Catalog&index=Period&spec=Middle Bronze 2100 BC - 1550 BC&lid=smenu')
oCMenu.makeMenu('sub411','sub04',' Neolithic 8000 BC - 4000 BC','Index.asp?dir=Catalog&index=Period&spec=Neolithic 8000 BC - 4000 BC&lid=smenu')
oCMenu.makeMenu('sub412','sub04',' Persian Period 586 BC - 330 BC','Index.asp?dir=Catalog&index=Period&spec=Persian Period 586 BC - 330 BC&lid=smenu')
oCMenu.makeMenu('sub413','sub04',' Roman Period 63 BC - 330 AD','Index.asp?dir=Catalog&index=Period&spec=Roman Period 63 BC - 330 AD&lid=smenu')
oCMenu.makeMenu('sub05','top31',' By Price ','Index.asp?dir=Catalog&index=Price&spec_low=1&spec_hi=1&lid=SMenu')
oCMenu.makeMenu('sub500','sub05',' Under $500','Index.asp?dir=Catalog&index=Price&spec_low=0&spec_hi=500&lid=SMenu')
oCMenu.makeMenu('sub501','sub05',' $500 to $1,000','Index.asp?dir=Catalog&index=Price&spec_low=500&spec_hi=1000&lid=SMenu')
oCMenu.makeMenu('sub502','sub05',' $1,000 to $5,000','Index.asp?dir=Catalog&index=Price&spec_low=1000&spec_hi=5000&lid=SMenu')
oCMenu.makeMenu('sub503','sub05',' Over $5,000','Index.asp?dir=Catalog&index=Price&spec_low=5000&spec_hi=10000000000000&lid=SMenu')
oCMenu.makeMenu('sub506','sub05',' Sold Items','Index.asp?dir=Catalog&index=Price&spec=Sold&lid=SMenu')
oCMenu.makeMenu('sub06','top31',' Entire Catalog','Index.asp?dir=Catalog&index=Entire&lid=SMenu')
oCMenu.makeMenu('sub07','top31',' Recent Additions','Index.asp?dir=Catalog&index=Recent_Additions&lid=SMenu')
oCMenu.makeMenu('sub08','top31',' Most Popular Items','Index.asp?dir=Catalog&index=Most_Viewed&lid=SMenu')
oCMenu.makeMenu('sub09','top31',' Catalog Search Tool','Index.asp?dir=Catalog&index=Search&lid=SMenu')
oCMenu.makeMenu('top32','',' Corporate Info ','Index.asp?dir=Corporate&lid=SMenu','',0,'','','')
oCMenu.makeMenu('sub610','top32',' Corporate Mission','Index.asp?dir=Corporate&spec=Mission&lid=SMenu')
oCMenu.makeMenu('sub611','top32',' Corporate History','Index.asp?dir=Corporate&spec=History&lid=SMenu')
oCMenu.makeMenu('sub612','top32',' Baidun Biographical Info','Index.asp?dir=Corporate&spec=Bio&lid=SMenu')
oCMenu.makeMenu('sub613','top32',' Contact Info','Index.asp?dir=Corporate&spec=Contact&lid=SMenu')
oCMenu.makeMenu('sub614','top32',' Export & Shipping Info','Index.asp?dir=Export&lid=SMenu')
oCMenu.makeMenu('top33','',' Historical Reference ','Index.asp?dir=Links&lid=SMenu','',0,'','','')
oCMenu.makeMenu('sub720','top33',' Pre-Historical Period ','Index.asp?dir=History&period=Prehistoric&lid=SMenu')
oCMenu.makeMenu('sub7201','sub720',' Paleolithic Epoch','Index.asp?dir=History&period=Paleolithic&lid=SMenu')
oCMenu.makeMenu('sub7202','sub720',' Mesolithic Epoch','Index.asp?dir=History&period=Mesolithic&lid=SMenu')
oCMenu.makeMenu('sub7203','sub720',' Neolithic Epoch','Index.asp?dir=History&period=Neolithic&lid=SMenu')
oCMenu.makeMenu('sub7204','sub720',' Chalcolithic Epoch','Index.asp?dir=History&period=Chalcolithic&lid=SMenu')
oCMenu.makeMenu('sub722','top33',' Civilization Information ','')
oCMenu.makeMenu('sub7220','sub722',' Cannanite Civilization','Index.asp?dir=History&period=Canaanite&lid=SMenu')
oCMenu.makeMenu('sub7221','sub722',' Babylonian Civilization','Index.asp?dir=History&period=Babylonian&lid=SMenu')
oCMenu.makeMenu('sub7222','sub722',' Egyptian Civilization','Index.asp?dir=History&period=Egyptian&lid=SMenu')
oCMenu.makeMenu('sub7223','sub722',' Hittite Civilization','Index.asp?dir=History&period=Hittite&lid=SMenu')
oCMenu.makeMenu('sub7224','sub722',' Mycenaean Civilization','Index.asp?dir=History&period=Mycenaean&lid=SMenu')
oCMenu.makeMenu('sub7230','sub722',' Israelite Civilization','Index.asp?dir=History&period=Israelite&lid=SMenu')
oCMenu.makeMenu('sub7231','sub722',' Phoeneican Civilization','Index.asp?dir=History&period=Phoeneican&lid=SMenu')
oCMenu.makeMenu('sub7232','sub722',' Philistine Civilization','Index.asp?dir=History&period=Philistine&lid=SMenu')
oCMenu.makeMenu('sub7233','sub722',' Assyrian Civilization','Index.asp?dir=History&period=Assyrian&lid=SMenu')
oCMenu.makeMenu('sub7234','sub722',' Persian Civilization','Index.asp?dir=History&period=Persian&lid=SMenu')
oCMenu.makeMenu('sub7235','sub722',' Macedonian Civilization','Index.asp?dir=History&period=Macedonian&lid=SMenu')
oCMenu.makeMenu('sub7236','sub722',' Seleucid Civilization','Index.asp?dir=History&period=Seleucid&lid=SMenu')
oCMenu.makeMenu('sub7237','sub722',' Cypriot Civilization','Index.asp?dir=History&period=Cypriot&lid=SMenu')
oCMenu.makeMenu('sub7238','sub722',' Roman Civilization','Index.asp?dir=History&period=Roman&lid=SMenu')
oCMenu.makeMenu('sub7239','sub722',' Nabatean Civilization','Index.asp?dir=History&period=Nabatean&lid=SMenu')
oCMenu.makeMenu('sub7240','sub722',' Byzantine Civilization','Index.asp?dir=History&period=Byzantine&lid=SMenu')
oCMenu.makeMenu('sub7241','sub722',' Arab Civilization','Index.asp?dir=History&period=Arab&lid=SMenu')
oCMenu.makeMenu('sub7242','sub722',' Ottoman Civilization','Index.asp?dir=History&period=Ottoman&lid=SMenu')
oCMenu.makeMenu('top34','',' Links of Interest','Index.asp?dir=Links&lid=SMenu','',0,'','','')
oCMenu.makeMenu('top35','',' Registration','Index.asp?dir=Register&lid=SMenu','',0,'','','')
//Leave this line - it constructs the menu
oCMenu.construct()
From the collection...
Recent additionsMost viewed
Search the catalog...
Find
in
Title
Description
Title & Description
Location Found
You are here: Homepage
Loading image. Please wait
Greek Black Figure Lekythos with a painted scene, Greek 330 BC - 63 BC.
Greek Black Figure Lekythos with a painted scene, Greek 330 BC - 63 BC.
Persian terracotta Rython in the form of a Griffins head., Iron Age II C 800 BC - 586 BC.
Greek red figure Fish Plate with three fish around a central well, Greek 330 BC - 63 BC.
Parthian Glazed Jar with Lion Head Handles., Persian 238 BC - 226 AD.
Islamic Central Asian Slip Painted Samarqand Ware, Islamic 900 AD - 1000 AD.
Israelite terracotta bust of the fertility goddess Astarte, Iron Age II C 800 BC - 586 BC.
Phoenician Jug in the form of the Egyptian god Bes , Iron Age II C 800 BC - 586 BC.
Beautiful Roman Pearl colored glass Dropper (Sprinkler) Flask with two blue glass loop handles, Roman 100 AD - 300 AD.
Islamic Cobalt Blue Perfume Sprinkler (Qumqum), Islamic 1200 AD - 1300 AD.
Roman Bronze oil lamp in the form of a bulls head, Roman 100 BC - 300 AD.
Bedouin Gold necklace, Islamic 1800 AD.
Early Roman White Marble Head of a Man, Roman 100 BC - 100 AD.
Early Roman Marble sculpture of a sitting Calf., Roman 100 BC - 100 AD.
Stone Canopic jar lid, 30th Dynasty 380 BC - 30 BC.
Greetings, and welcome to the online gallery of Khader M. Baidun & Sons, a licensed dealer of fine antiquities located in the historic center of Jerusalem.
We are pleased to present our world-class collection of ancient works from the Holy Land and Levant. Through three generations,
the Baidun family has assembled some of the finest examples of pieces from the most advanced and powerful civilizations of the Ancient World.
It is our distinct pleasure to offer you these works for your enjoyment and aquisition. We look forward to helping you build the collection
of your dreams. Don't hesitate to contact us if we can assist you in any way.
Sincerely,
Alan Baidun, proprietor
alan@baidun.com
Baidun Main Gallery20 Via Dolorosa
Jerusalem, Israel
Copyright 2008 - Khader M. Baidun &
Sons, Inc.Site by Chibiriki
Designs
|
|