/*HM_ScriptOPR.js
* HierMenus Version 5
* Copyright (c) 2003 Peter Belesis. All Rights Reserved.
* Originally published and documented at http://www.hiermenuscentral.com/
* Available solely from Jupitermedia Corporation under exclusive license.
* Contact hiermenus1@jupitermedia.com for more information.
*/


HM_PG_MenuWidth 	= 115;
HM_PG_FontFamily 	= "Tahoma, sans-serif";
HM_PG_FontSize 		= 8;
HM_PG_FontBold 		= 1;
HM_PG_FontItalic 	= 0;
HM_PG_FontColor 	= "blue";
HM_PG_FontColorOver 	= "white";
HM_PG_BGColor 		= "#DDDDDD";
HM_PG_BGColorOver 	= "#FFCCCC";
HM_PG_ItemPadding 	= 3;

HM_PG_BorderWidth 	= 0;
HM_PG_BorderColor 	= "black";
HM_PG_BorderStyle 	= "solid";
HM_PG_SeparatorSize 	= 1;
HM_PG_SeparatorColor	= "#d0ff00";

HM_PG_ImageSrc 			= "hm/hm_more_black_right.gif";
HM_PG_ImageSrcLeft 		= "hm/hm_more_black_left.gif";
HM_PG_ImageSrcOver 		= "hm/hm_more_white_right.gif";
HM_PG_ImageSrcLeftOver 	= "hm/hm_more_white_left.gif";

HM_PG_ImageSize 	= 5;
HM_PG_ImageHorizSpace 	= 0;
HM_PG_ImageVertSpace 	= 5;

HM_PG_KeepHilite = true; 
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 0;
HM_PG_ChildOffset = 0;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .5;
HM_PG_StatusDisplayBuild =0;
HM_PG_StatusDisplayLink = 1;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = 0;

HM_PG_CreateTopOnly = 0;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver = true;

//HM_a_TreesToBuild = []


HM_Array1 = [

[115,                       // menu width
5, 							// left_position
70,                         // top_position
"navy",                     // font_color
"yellow",               	// mouseover_font_color
"cornflowerblue",           // background_color
"navy",                     // mouseover_background_color
"cornsilk",                 // border_color
"darkgray",                 // separator_color
1,                          // top_is_permanent
0,                          // top_is_horizontal
0,                          // tree_is_horizontal
1,                          // position_under
1,                          // top_more_images_visible
1,                          // tree_more_images_visible
"null",                     // evaluate_upon_tree_show
"null",                     // evaluate_upon_tree_hide
,				// right_to_left
0,				// display_on_click
0,
0],

["Αρχική Σελίδα",	"javascript:parent.frames[1].location='main_gr.html'",		1,0,0],
["Περιεχόμενα",		"javascript:parent.frames[1].location='contents_gr.html'",	1,0,0],
["Δημοσιεύσεις",	"javascript:parent.frames[1].location='papers_gr.html'",	1,0,0],
["Τεχνικά Κείμενα",	"javascript:parent.frames[1].location='literature_gr.html'",1,0,0],
["S/W Download",		"javascript:parent.frames[1].location='download_gr.html'",	1,0,0],
["Ιστοσυνδέσεις",	"javascript:parent.frames[1].location='links_gr.html'",	1,0,0]
]

HM_Array2 = [

[115,                     	// menu width
5, 							// left_position
210,                        // top_position
"navy",                     // font_color
"yellow",               	// mouseover_font_color
"cornflowerblue",           // background_color
"navy",                     // mouseover_background_color
"cornsilk",                 // border_color
"darkgray",                 // separator_color
1,                          // top_is_permanent
0,                          // top_is_horizontal
0,                          // tree_is_horizontal
1,                          // position_under
1,                          // top_more_images_visible
1,                          // tree_more_images_visible
"null",                     // evaluate_upon_tree_show
"null",                     // evaluate_upon_tree_hide
,							// right_to_left
0],						   	// display_on_click

["Επικοινωνία",		"javascript:parent.frames[1].location='feedback_gr.html'",	1,0,0],
["E-Mail",			"javascript:location='mailto:info@motion.gr'",	1,0,0]
]




HM_Array3 = [

[115,                     	// menu width
5, 							// left_position
270,                        // top_position
"navy",                     // font_color
"yellow",               	// mouseover_font_color
"cornflowerblue",           // background_color
"navy",                     // mouseover_background_color
"cornsilk",                 // border_color
"darkgray",                 // separator_color
1,                          // top_is_permanent
0,                          // top_is_horizontal
0,                          // tree_is_horizontal
1,                          // position_under
1,                          // top_more_images_visible
1,                          // tree_more_images_visible
"null",                     // evaluate_upon_tree_show
"null",                     // evaluate_upon_tree_hide
,							// right_to_left
0],						   	// display_on_click

["Τα Νέα μας",			"javascript:parent.frames[1].location='news_gr.html'",	1,0,0]
]

if(HM_IsMenu) {
	HM_BrowserString = HM_NS4 ? "NS4" : HM_Opera ? "OPR" : HM_DOM ? "DOM" : "IE4";
//	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='" + HM_ScriptDir + "menu_gr.js' TYPE='text/javascript'><\/SCR" + "IPT>");
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='" + HM_ScriptDir + "HM_Script"+ HM_BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}

