
/*

  --- 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 = [

	['F&#246retagsanpassade kurser', "presentationsteknik.php?cPath=73", null],

	['&#214ppna kurser', "oppna_kurser_utbildningar.php?cPath=77", null],

	['F&#246rel&#228sningar', "forelasning.php?cPath=76", null],

	['Coaching', "coaching.php?cPath=78", null],

	['Intressanta artiklar', "tips_artiklar_presentationsteknik.php?cPath=75", null],

	['Inspirationsinjektioner', "nyhet_och_forskning_presentationsteknik_retorik.php?cPath=79", null],

	['Vad har andra sagt', "product_info.php/cPath/80/products_id/386", null],

	['Recensioner', "bokrecensioner_presentationsteknik.php?cPath=81", null],
	
	['Blogg', "blog/frame.php", null],

	['Citat Presentationsteknik', "quotes_citat_presentationsteknik_retorik.php/cPath/83/products_id/408", null],
	





];



/*

	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 popup (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=167></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="text-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>';

}