function confirmimage(url){
$('select').hide();
$('.popup').show();
$('.overlay').show();
//window.location = url;
urlLogin = url;
}
