var Helpers = {

	pop:function(url){
		window.open(url, '_blank', 'width=500,height=500,top='+((screen.height-500)/2)+',left='+((screen.width-500)/2)+',scrollbars=0,location=0,status=0,resizable=0');
	},
		    
    aideWHA:function(){		
		window.open('../images/aide-wha.gif','_blank', 'width=590,height=270,top='+((screen.height-270)/2)+',left='+((screen.width-590)/2)+',scrollbars=0,location=0,status=0,resizable=0');				
	},
	
	aideCB:function(){				
		window.open('../images/aide-cb.gif','_blank', 'width=590,height=350,top='+((screen.height-350)/2)+',left='+((screen.width-590)/2)+',scrollbars=0,location=0,status=0,resizable=0');				
	}
};