//when the dom is ready
window.addEvent('domready', function() {
	
var my_multibox = new MultiBox("mb", {
	descClassName:"multiBoxDesc",
	useOverlay:true
}); 

Sexy = new SexyAlertBox();
/*
$('kart_commit').addEvent('click', function(event) {
 	alert('ajax');
 	//prevent the page from changing  
    event.stop();  
    //make the ajax call, replace text  

    var req = new Request.HTML({  
    	method: 'get',  
        url: $('kart_commit').get('href'),  
        data: { 'do' : '1' },  
        onRequest: function() { alert('Request made. Please wait...'); },  
        update: $('kart_summary'),  
        onComplete: function(response) { alert('Request completed successfully.'); $('kart_summary').setStyle('background','#fffea1'); my_multibox.close();}  
    }).send();  
}); 
*/	 
/* mac_style menu*/
/*
var dock = new MacStyleDock(
 $('dock'),
 [
        {
          name      : 'themes/watsons/images/mac_menu_img/1_big-',
          extension : '.png',
          sizes     : [50, 70],
          onclick   : function(){
                        window.location = 'index.php?page_id=25';
                      }
        },
        {
          name      : 'themes/watsons/images/mac_menu_img/2_big-',
          extension : '.png',
          sizes     : [50, 70],
          onclick   : function(){
                        window.location = 'index.php?page_id=26';
                      }
        },
		{
          name      : 'themes/watsons/images/mac_menu_img/3_big-',
          extension : '.png',
          sizes     : [50, 70],
          onclick   : function(){
                         window.location = 'index.php?page_id=27';
                      }
        },
		{
          name      : 'themes/watsons/images/mac_menu_img/4_big-',
          extension : '.png',
          sizes     : [50, 70],
          onclick   : function(){
                         window.location = 'index.php?page_id=13';
                      }
        },
		{
          name      : 'themes/watsons/images/mac_menu_img/5_big-',
          extension : '.png',
          sizes     : [50, 70],
          onclick   : function(){
                         window.location = 'index.php?page_id=24';
                      }
        },
		{
          name      : 'themes/watsons/images/mac_menu_img/6_big-',
          extension : '.png',
          sizes     : [50, 70],
          onclick   : function(){
                         window.location = 'index.php?page_id=28';
                      }
        },
		{
          name      : 'themes/watsons/images/mac_menu_img/7_big-',
          extension : '.png',
          sizes     : [50, 70],
          onclick   : function(){
                         window.location = 'index.php?page_id=29';
                      }
        },
		{
          name      : 'themes/watsons/images/mac_menu_img/8_big-',
          extension : '.png',
          sizes     : [50, 70],
          onclick   : function(){
                         window.location = 'index.php?page_id=42';
                      }
        },
		{
          name      : 'themes/watsons/images/mac_menu_img/9_big-',
          extension : '.png',
          sizes     : [50, 70],
          onclick   : function(){
                         window.location = 'index.php?page_id=39';
                      }
        }
  ],

 50,
 70,
 2);
*/

	
});


