
contextDisabled=false;
contextMenu="contextMenu";

function rclick(e){
	if(contextDisabled)
	{
		_d.oncontextmenu=null
		return true;
	}
	if(_d.all)ev=event.button; else ev=e.which
	if(ev==2||ev==3){
		_gm=getMenuByName(contextMenu)
		if(_gm!=null)popup(contextMenu,1)
		return false

	}
	return true;
}

if(ns4){
	_d.captureEvents(Event.MOUSEDOWN);
	_d.onmousedown=rclick;
}
else{
	_d.onmouseup=rclick
	_d.oncontextmenu=new Function("return false")
}


if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
effect="Fade(duration=0.2);Alpha(style=0,opacity=97);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
effect="Shadow(color='#777777', Direction=135, Strength=5)"
}

_menuCloseDelay=5;
_menuOpenDelay=5;
_scrollAmount=10;
_scrollDelay=10;
_followSpeed=100;
_followRate=100;
_subOffsetTop=9;
_subOffsetLeft=-5;

with(style1=new mm_style()){
offcolor="#000000";
offbgcolor="#888888";
oncolor="#000000";
onbgcolor="#999999";
bordercolor="#555555";
borderstyle="solid";
bordercolor="#666666";
fontsize=11;
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
padding=0;
subimage="http://www.carhoods.com/Navagation/arrow.gif";
high3dcolor="#333333";
low3dcolor="#c5c5c5";
headercolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=97);Shadow(color='#333333', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(style2=new mm_style()){
offcolor="#000000";
offbgcolor="#E89B4F";
oncolor="#000000";
onbgcolor="#c5c5c5";
bordercolor="#666666";
borderstyle="solid";
bordercolor="#666666";
fontsize=11;
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
padding=0;
headercolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=97);Shadow(color='#333333', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("contextMenu")){		
top="offset=2"
style = style1;
margin=3;
aI("text=Print Page;url=javascript:window.print();separatorsize=1;padding=3;image=http://www.e-bodyparts.com/Nav.2/Images/print.gif");
aI("text=E-Mail;url=mailto:customerservice@CarHoods.com;padding=3;separatorsize=1;image=http://www.e-bodyparts.com/Nav.2/Images/18_maillsendrec.gif");
aI("text=FAQs;url=javascript:launchQuestions();separatorsize=1;padding=3;image=http://www.e-bodyparts.com/Nav.2/Images/18_faq.gif");
aI("text=Photos;url=javascript:launchPhoTru();separatorsize=1;padding=3;image=http://www.e-bodyparts.com/Nav.2/Images/film.gif");
aI("text=Back;url=javascript:history.go(-1);separatorsize=1;padding=3;image=http://www.e-bodyparts.com/Nav.2/Images/back.gif");
aI("text=Forward;url=javascript:history.go(1);padding=3;image=http://www.e-bodyparts.com/Nav.2/Images/forward.gif");
}





drawMenus();
