/**
 * contact.js 
 */


var contact = {
		
		
		showBox : function(id) {
			
			alert(id);
			
			
		}
		
		
		
}
