/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['About Cybotech', null, null,
		[pupup('<span style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: black; margin: 4px;"><p><a style="color: white; font-weight: bold;">About Cybotech<br><br><center>Cybotech Campus is Designed to create an ideal ambience for learning. The state of the art Classrooms and laboratories contribute to the longer period of retention of education imparted in the center. Trainees are guided to devoted substantial amount of time to course work and self-study. Our trainees have access to Cybotech Campus and voluminous libraries, which house latest books, refrence materials and magazines. Computer based tutorials on various subjects are also available for self study.<br><br>Seminars/Presentations/GD by students are held at regular intervals to simulate real life saturation. Emphasis is given to quality assurance aspects of the software developement life cycles. This enables participants of a particular programme to work as a team, to further enhance their skills exposure.  </center> </a></p></span>'), 'http://www.cybotechcampus.com'],
	],

	['Academic Calender', null, null,
		[pupup(
			'<span style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: black; margin: 4px;"><p><a  style="color: white; font-weight: bold;">Academic Calender<br><img src="Routine.gif"></a></p></span>'
), 'http://www.cybotechcampus.com'],
	],
	['Mission', null, null,
		[pupup('<span style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: black; margin: 4px;"><p><a style="color: white; font-weight: bold;">Mission</a><br><img src="Basak.gif"></p></span>'), 'http://www.cybotechcampus.com'],
	],
      ['History', null, null,
		[pupup('<span style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: black; margin: 4px;"><p><a style="color: white; font-weight: bold;font-size: 10px">History<br><br><center>In 1998, a team of young people, burning with zeal to establish a center of excellence at par with the best in the world decided to set up Anwesha Cybotech Research Institute(P) Limited. The team has since then worked ceaselessly to nurture their dream.Today, a visit to the center is an experience few are likely to forget.The rapid proliferation of information technology has resulted in business houses requiring cutting-edge technology solutions to streamline their business processes, cut costs and improve effiencey. This calls for constant up gradation of software and other technologies. Here, the IT education and training plays a strategic role in ensuring consistent level of competence of employees.<br>Anwesha Cybotech Research Institute(P) Ltd [ACRIPL] with strategic business units of Education & Training, system integration and Software Development brings together the key components that are required by the business today.<br>Cybotech Campus established a "Centre of Performance", the training division, with a vision of generating a unique breed of IT professionals adept at tackling the intricacies of the changing technology.</center></a></p></span>'), 'http://www.cybotechcampus.com'],
	],
      




];

/*
	This simple function is wrapper. It puts html around text given.
	You can write your own wrappers for higher efficiency and better
	code maintanability
*/
function pupup (text) {
	return '<table border=0 cellpadding=0 cellspacing=0><tr><td><img border=0 src="01.gif" width=9 height=11></td><td background="02.gif"><img border=0 src="pixel.gif" width=261 height=11></td><td colspan=2 rowspan=2 valign="top"><img border=0 src="03.gif" width=89 height=170></td><td><img border=0 src="pixel.gif" width=1 height=11></td></tr><tr><td rowspan=2 background="04.gif"><img border=0 src="pixel.gif" width=9 height=200></td><td rowspan="2" bgcolor="#339933" valign="top" style="font-decoration: none;">'
		+ text + '</td><td><img border=0 src="pixel.gif" width=1 height=156></td></tr><tr><td background="05.gif"><img border=0 src="pixel.gif" width=13 height=200></td><td rowspan="2"><img border=0 src="pixel.gif" width=76 height=200></td><td><img border=0 src="pixel.gif" width=1 height=200></td></tr><tr><td><img border=0 src="06.gif" width=9 height=17></td><td background="07.gif"><img border=0 src="pixel.gif" width=1 height=17></td><td><img border=0 src="08.gif" width=13 height=17></td><td><img border=0 src="pixel.gif" width=1 height=17></td></tr></table>';
}