function newWindow(url, height, width) {
    nameW='feature'
 if (navigator.appVersion.indexOf('4') != -1) {
 // Vars for centering the new window on Version 4 Browsers
 xTop = screen.width/2 - (width/2);
 yTop = screen.height/2 - (height/2);
 window.open(url, nameW, 'height='+height+',width='+width+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=' + xTop + ',top=' + yTop + '');
 } else {
 window.open(url, nameW, 'height='+height+',width='+width+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=150,top=200');
 }
}

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle1=new mm_style()){
align="center"
onbgcolor="#555555";
oncolor="#ffffff";
offbgcolor="#7f7f7f";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="none";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=3;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#ffffff";
pagebgcolor="#7f7f7f";  //Current Page on Menu will be this color
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0);Shadow(color='#ffffff', Direction=120, Strength=0)";
}


with(milonic=new menuname("company")){
style=menuStyle1;
itemwidth=250;
overflow="scroll";
aI("text=Thinformation DDS;url=http://www.thinformation.com;");
aI("text=Thinformation Benefits;url=thinfo-benefits.shtml;");
aI("text=For the Media;url=for-media.shtml;");
}

with(milonic=new menuname("digital-signage")){
style=menuStyle1;
itemwidth=250;
overflow="scroll";
aI("text=Background on Digital Signage;url=background.shtml;");
aI("text=What is Digital Signage?;url=what-is-digital-signage.shtml;");
aI("text=Why Digital Signage?;url=why-digital-signage.shtml;");
aI("text=How Does it Work?;url=how-digital-signage-works.shtml;");
aI("text=Digital Signage Applications;url=digital-signage-applications.shtml;");
aI("text=Digital Signage Requirements;url=digital-signage-requirements.shtml;");
}

with(milonic=new menuname("services")){
style=menuStyle1;
itemwidth=250;
overflow="scroll";
aI("text=Click Here;url=products-services.shtml;");
}

with(milonic=new menuname("contact")){
style=menuStyle1;
itemwidth=250;
aI("text=Contact Us;url=contact-us.shtml;");
aI("text=Employment Opportunities;url=employment.shtml;");
}

with(milonic=new menuname("news")){
style=menuStyle1;
itemwidth=250;
aI("text=Thinformation News;url=thinformation-news.shtml;");
aI("text=Digital Signage Articles;url=digital-signage-articles.shtml;");
}