
   m_id = 0;	 
	 
function openUrl1(url,text)
       {
	     var text;
		 var url;
         var win = new Window(m_id++, {className: 'alphacube',  width:350, height:400, zIndex: 100, resizable: true, title: text, showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, url: url})
	 win.showCenter();
       }
	   	   