//Menu properties
oM=new makeCM("oM")
oM.pxBetween=0
oM.fromTop=5
oM.fromLeft=275
oM.rows=1
oM.menuPlacement="center"
oM.resizeCheck=1
oM.wait=250
oM.onlineRoot="http://www.proforma-cc.com/"
oM.offlineRoot="http://www.proforma-cc.com/"

//Background bar properties
oM.useBar=0

//Menu.level[x]=new cm_makeLevel(width, height, regClass, overClass, borderX, borderY, borderClass, rows, align, offsetX, offsetY, arrow, arrowWidth, arrowHeight, roundBorder)
oM.level[0]=new cm_makeLevel(175,34,"mtri","mtri",0,0,"",0,"top",0,0,0,0,0)

//Menu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
oM.makeMenu('r1','','Promotional Marketing','promotional_marketing.html','',175)
oM.makeMenu('r2','','Custom Print Services','custom_printing.html','',175)
oM.makeMenu('r3','','E-Commerce Solutions','e_commerce.html','',175)

oM.construct()
