/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'93%', // express as percentage with the % sign

linkheight:25 ,  // linked horizontal cells height
hdingwidth:150 ,  // heading - non linked horizontal cells width

// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
 //create header
["Latest", "", ""], //create header
["Work From Home Jobs", "jobs.php",""],
["CWG 2010 Contest", "commonwealth-contest.php",""],
["Quiz Contest ", "quiz-contest.php",""],
["Caption Contest ", "caption-contest.php",""],
["Picture Contest ", "photo-contest.php",""],
["Poem Contest ", "poem-contest.php",""],
["Movie Contest", "movie-contest.php", ""],
["Show-of-d-week", "show-contest.php", ""],
["Actor-of-d-week", "actor-contest.php", ""],
["Actress-of-week", "actress-contest.php", ""],
["Song-of-d-week ", "song-contest.php", ""],
["College-of-d-week", "college-contest.php", ""],
["School-of-d-week", "school-contest.php", ""],


//create two column row, requires d_colspan:2 (the default)
//["FAQ", "http://www.proudinindia.com", "", 1, "no"], 
//["Email", "http://www.proudinindia.com", "",1],


["Baby-of-d-week", "baby-contest.php", "_new"],
["Couple-of-d-week", "couple-contest.php", "_new"],
["Recipe-of-d-week", "recipe-contest.php", "_new"],
["SMS-of-d-week", "sms-contest.php", "_new"],
["Joke-of-d-week", "joke-contest.php", "_new"],


["Enjoy", "", "_new"]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove




////////////////////Stop Editing/////////////////

make_menus();
