
function createMenuProducts(caller,className,elementClassName){
	with(createMenu(caller,className,elementClassName)){

		addItem('ISL Light','/isl-light','',"<h2>Remote Desktop Support</h2><p>Offer your clients' assistance by connecting with their PC or Mac via the Internet in less than 30 seconds. View and control the clients' desktop, easily transfer files, and make VoIP and video calls. ISL Light is truly simple, highly secure (256-bit SSL), and besides, it benefits you by saving your time and money.</p>",'isl_light');
		addItem('ISL AlwaysOn','/isl-alwayson','',"<h2>Remote PC Access</h2><p>Use your home and office PC from anywhere in real time. After a quick installation, ISL AlwaysOn provides a secure and fast access to your PC from any Web browser anytime you need it. Be more flexibile and save time.</p>",'isl_alwayson');
		addItem('ISL Pronto','/isl-pronto','',"<h2>Live Chat</h2><p>Reach your website visitors as they browse. ISL Pronto is a live chat software for online customer service and web support. It creates a link between your personnel and website visitors enabling you to answer their sales inquiries and support requests online.</p>",'isl_pronto');
		addItem('ISL Groop','/isl-groop','',"<h2>Web Meetings</h2><p>Use ISL Groop to meet, make presentations, and train online in real time. Online collaboration has never been easier. As a host, arrange a new online meeting, invite participants via email, and create static and live content. All that other attendees need to do is open your invitation and click a link to join the meeting. Thanks to ISL Groop, online meetings are possible in less than 3 minutes. </p>",'isl_groop');

		var items=content.getElementsByTagName('div')
		for(i=items.length-1;i>=0;--i){
			if(items[i].className==='isl_light_sub'||items[i].className==='isl_alwayson_sub'||items[i].className==='isl_groop_sub'||items[i].className==='isl_pronto_sub'){
				items[i].style.display='none';
			}
			if(items[i].className==='isl_light'){
				items[i].onmouseover=function(){
					var parent=this.offsetParent.firstChild;
					var items=parent.getElementsByTagName('div');
					for(i=items.length-1;i>=0;--i){
						if(items[i].className==='isl_light_sub'){
							items[i].style.display='';
						}
						else if(items[i].className==='isl_alwayson_sub'||items[i].className==='isl_groop_sub'||items[i].className==='isl_pronto_sub'){
							if(items[i].style.height!==0){
								items[i].style.display='none';
							}
						}
					}
				}
			}
			if(items[i].className==='isl_alwayson'){
				items[i].onmouseover=function(){
					var parent=this.offsetParent.firstChild;
					var items=parent.getElementsByTagName('div');
					for(i=items.length-1;i>=0;--i){
						if(items[i].className==='isl_alwayson_sub'){
							items[i].style.display='';
						}
						else if(items[i].className==='isl_light_sub'||items[i].className==='isl_groop_sub'||items[i].className==='isl_pronto_sub'){
							if(items[i].style.height!==0){
								items[i].style.display='none';
							}
						}
					}
				}
			}
			if(items[i].className==='isl_pronto'){
				items[i].onmouseover=function(){
					var parent=this.offsetParent.firstChild;
					var items=parent.getElementsByTagName('div');
					for(i=items.length-1;i>=0;--i){
						if(items[i].className==='isl_pronto_sub'){
							items[i].style.display='';
						}
						else if(items[i].className==='isl_alwayson_sub'||items[i].className==='isl_groop_sub'||items[i].className==='isl_light_sub'){
							if(items[i].style.height!==0){
								items[i].style.display='none';
							}
						}
					}
				}
			}
			if(items[i].className==='isl_groop'){
				items[i].onmouseover=function(){
					var parent=this.offsetParent.firstChild;
					var items=parent.getElementsByTagName('div');
					for(i=items.length-1;i>=0;--i){
						if(items[i].className==='isl_groop_sub'){
							items[i].style.display='';
						}
						else if(items[i].className==='isl_alwayson_sub'||items[i].className==='isl_light_sub'||items[i].className==='isl_pronto_sub'){
							if(items[i].style.height!==0){
								items[i].style.display='none';
							}
						}
					}
				}
			}
		}
	}
}
pudl_AddEventListener(window,'load',function(){document.getElementById('menu_navigation').getElementsByTagName('a')[0].onmouseover=function(){createMenuProducts(this,'popup_menu_product','hovering')}});
