/******************************************
Menu item creation:

This file stores the location algorithm for the drop down menus. 
This only needs to be used if the menus are being moved from the 
center location 135 px from the top. 

*************************************/

oCMenu.fromTop=95 
oCMenu.fromLeft=((cmpage.x2 * .5) - 250)<60?75:((cmpage.x2 * .5) - 225)
oCMenu.onresize="oCMenu.fromLeft=((cmpage.x2 * .5) - 250)<60?75:((cmpage.x2 * .5) - 225)"
//oCMenu.menuPlacement="left"

//oCMenu.rows=0
//oCMenu.level[0].align="right"
//oCMenu.pxBetween=6


