/// popup window add 
//$('#addnewpopup').popupWindow({  centerScreen:1, height:300,  width:200	 }); 
/// popup window add 

		
 

////////////////// panel slidewhpow ////////////////

var canDo = true;
/** plugin @author: http://www.webinventif.fr/wslide-plugin/ */
$(document).ready(function(){

//           $('#parent1-menu, #parent1, .cube').mouseover(function(){
//                canDo = false;
//            }).mouseout(function(){
//                canDo = true;
//            });
   canDo = true;
	$('#parent1').wslide({
		width: 390,
		height: 285,
		pos: 1,
		fade: false,
		horiz: false,
		//autolink: 'slidermenu',
		speed:300
	});
//setInterval(function() {
//       // Do something every 2 seconds
//}, 2000);

setInterval(function() {
		if(canDo){
			if($('#parent1-menu a:last').hasClass('wactive')){
				$('#parent1-menu a:first').click();
			}else{
				$('#parent1-menu .wactive').next().click();
				//alert("next")
			}
		}
}, 5000);
//            $.timer(1000, function (timer) {
//                if(canDo){
//                    if($('#parent1-menu a:last').hasClass('wactive')){
//                        $('#parent1-menu a:first').click();
//                    }else{
//                        $('#parent1-menu .wactive').next().click();
//						alert("next")
//                    }
//                }
//            });
});
//			$(document).ready(function(){
//				/*====================== Diaporama 360 ======================*/
//				$("#parent1").wslide({
//					width: 390,
//					height: 230,
//					horiz: true,
//					fade: true,
//					duration: 2000,
//					bland: true,
//					autolink: true 
//
//				});
//			});
