

$(document).ready(function() {
	$(".asagiyiac1").click(function(){
	$(".edit-profile2").toggle("medium");
	$(".asagiyiac1 img").css('display','none');
        $("#tdText1").css('display','none');
	})
	$(".asagiyiac2").click(function(){
	$(".edit-profile3").toggle("medium");
	$(".asagiyiac2 img").css('display','none');
        $("#tdText2").css('display','none');
	})
	$(".asagiyiac3").click(function(){
	$(".edit-profile4").toggle("medium");
	$(".asagiyiac3 img").css('display','none');
        $("#tdText3").css('display','none');
	})
    $(".asagiyiac4").click(function(){
    $(".edit-profile5").toggle("medium");
    $(".asagiyiac4 img").css('display','none');
    })
//	var currentYear = (new Date).getFullYear();	
//	var letters = ['Jan','Feb','Mar','Apl','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];			
//	$('#Select1').numericOptions({from:1990,to:currentYear});
//	$('#Select2').numericOptions({from:1,to:12,labels:letters});
//	$('#Select3').numericOptions().datePulldown({year:$('#Select1'),month:$('#Select2')});
//	
//	$('#Select4').numericOptions({from:1990,to:currentYear});
//	$('#Select5').numericOptions({from:1,to:12,labels:letters});
//	$('#Select6').numericOptions().datePulldown({year:$('#Select4'),month:$('#Select5')});
//	
//	$('#Select7').numericOptions({from:1990,to:currentYear});
//	$('#Select8').numericOptions({from:1,to:12,labels:letters});
//	$('#Select9').numericOptions().datePulldown({year:$('#Select7'),month:$('#Select8')});
//	
//	$('#Select10').numericOptions({from:1990,to:currentYear});
//	$('#Select11').numericOptions({from:1,to:12,labels:letters});
//	$('#Select12').numericOptions().datePulldown({year:$('#Select7'),month:$('#Select8')});
//	
//	$('#Select10').numericOptions({from:1990,to:currentYear});
//	$('#Select11').numericOptions({from:1,to:12,labels:letters});
//	$('#Select12').numericOptions().datePulldown({year:$('#Select7'),month:$('#Select8')});
});	