//=======================menu1
with(milonic=new menuname("1")){
style=menuStyle;
overflow="scroll";
aI('text=BIO-LICIOUS;url=index.php?page=news');
aI('text=DIVAS SHOW;url=index.php?page=news&sub=1');
}


//=======================menu2
with(milonic=new menuname("2")){
style=menuStyle;
overflow="scroll";
aI('text=LIVE ON STAGE;url=index.php?page=footage');
aI('text=FRANK ON TV;url=index.php?page=footage&sub=1');
aI('text=MOVIE DEBUT;url=index.php?page=footage&sub=2');
aI('text=NIP/TUCK;url=index.php?page=footage&sub=3');
aI('text=RED CARPET;url=index.php?page=footage&sub=4');
}

//=======================menu3

with(milonic=new menuname("3")){
style=menuStyle;
overflow="scroll";
aI('text=CELEBRITY FRIENDS;url=index.php?page=gallery');
aI('text=COVER GIRL;url=index.php?page=gallery&sub=1');
aI('text=FABULOUS FASHIONS;url=index.php?page=gallery&sub=2');
}

//=======================menu4

with(milonic=new menuname("4")){
style=menuStyle;
overflow="scroll";
aI('text=DOMESTIC;url=index.php?page=souvenirs');
aI('text=INTERNATIONAL;url=index.php?page=souvenirs&sub=1');
}


drawMenus();


