CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button2',/*URL*/'../images/engagementOff.jpg',/*URL*/'../images/engagementOn.jpg',/*URL*/'../images/engagementOn.jpg','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button4',/*URL*/'../images/aboutOff.jpg',/*URL*/'../images/aboutOn.jpg',/*URL*/'../images/aboutOn.jpg','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button5',/*URL*/'../images/contactOff.jpg',/*URL*/'../images/contactOn.jpg',/*URL*/'../images/contactOn.jpg','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button6',/*URL*/'../images/linksOff.jpg',/*URL*/'../images/linksOn.jpg',/*URL*/'../images/linksOn.jpg','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button3',/*URL*/'../images/weddingsOff.jpg',/*URL*/'../images/weddingsOn.jpg',/*URL*/'../images/weddingsOn.jpg','');


function writeNav(){
	document.write('<td><csobj w="187" h="26" t="Button" ht="/images/weddingsOn.jpg" cl="/images/weddingsOn.jpg"><a href="/weddings/weddings.html" onmouseover="return CSIShow(/*CMP*/\'button3\',1)" onmouseout="return CSIShow(/*CMP*/\'button3\',0)" onclick="CSIShow(/*CMP*/\'button3\',2);return CSButtonReturn()"><img src="/images/weddingsOff.jpg" width="187" height="26" name="button3" border="0"></a></csobj></td>');
	document.write('<td><csobj w="143" h="26" t="Button" ht="/images/engagementOn.jpg" cl="/images/engagementOn.jpg"><a href="/engagements/engagement.html" onmouseover="return CSIShow(/*CMP*/\'button2\',1)" onmouseout="return CSIShow(/*CMP*/\'button2\',0)" onclick="CSIShow(/*CMP*/\'button2\',2);return CSButtonReturn()"><img src="/images/engagementOff.jpg" width="143" height="26" name="button2" border="0"></a></csobj></td>');
	document.write('<td><a href="/family/family.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, \'150px\')" onMouseout="delayhidemenu()"><img src="/images/portraitsOff.jpg" alt="" height="26" width="126" border="0"></a></td>');
	document.write('<td><csobj w="97" h="26" t="Button" ht="/images/aboutOn.jpg" cl="/images/aboutOn.jpg"><a href="/about.html" onmouseover="return CSIShow(/*CMP*/\'button4\',1)" onmouseout="return CSIShow(/*CMP*/\'button4\',0)" onclick="CSIShow(/*CMP*/\'button4\',2);return CSButtonReturn()"><img src="/images/aboutOff.jpg" width="97" height="26" name="button4" border="0"></a></csobj></td>');
	document.write('<td><csobj w="117" h="26" t="Button" ht="/images/contactOn.jpg" cl="/images/contactOn.jpg"><a href="/contact.html" onmouseover="return CSIShow(/*CMP*/\'button5\',1)" onmouseout="return CSIShow(/*CMP*/\'button5\',0)" onclick="CSIShow(/*CMP*/\'button5\',2);return CSButtonReturn()"><img src="/images/contactOff.jpg" width="117" height="26" name="button5" border="0"></a></csobj></td>');
	document.write('<td><csobj w="143" h="26" t="Button" ht="/images/linksOn.jpg" cl="/images/linksOn.jpg"><a href="/links.html" onmouseover="return CSIShow(/*CMP*/\'button6\',1)" onmouseout="return CSIShow(/*CMP*/\'button6\',0)" onclick="CSIShow(/*CMP*/\'button6\',2);return CSButtonReturn()"><img src="/images/linksOff.jpg" width="143" height="26" name="button6" border="0"></a></csobj></td>');
}

function changeimage(towhat,url){
if (document.images){
document.images.targetimage.src=towhat.src
gotolink=url
}
}
function warp(){
window.location=gotolink
}


var myimages=new Array()
var gotolink="#"

function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}

var d = new Date();


/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="/fashions/fashion.html">Fashion</a>'
menu1[1]='<a href="/family/family.html">Family</a>'
menu1[2]='<a href="/children/kids.html">Children</a>'
menu1[3]='<a href="/pets/pets1.html">Pets</a>'


		
var menuwidth='165px' //default menu width
var menubgcolor='#3b3b3b'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top=-500
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

