
function addFbIdAndSolIdToFbDb(url) {
	
	$.blockUI({ 
	    message: '<div><iframe src="'+url+'profil/solfbhesapbirlestir/" frameborder="0" width="565" height="320" scrolling="no"></iframe></div>',
	    css: { border: '1px solid #dadada', width: '450px', cursor:'arrow' , top: '30%', left: '30%'  }  
	});	
		
}

function checkFbuserIsRegistered(url) {

	$.blockUI({ 
	    message: '<div><iframe src="'+url+'profil/fbuserregistered/" frameborder="0" width="650" height="380" scrolling="no"></iframe></div>',
	    css: { border: '0px solid #dadada', width: '650px', height: '380px', cursor:'arrow', top: '15%', left: '30%'  }  
	});	
	
}

function editProfile(url) {
	
	$.blockUI({ 
	    message: '<div><iframe src="'+url+'profil/editprofile/" frameborder="0" width="550" height="500" scrolling="no"></iframe></div>',
	    css: { border: '0px', width: '550px', cursor:'arrow',top: '10%', left: '30%'  }  
	});	

}

function loginOverSso(url) {
	
	$.blockUI({ 
	    message: '<div><iframe src="'+url+'profil/giris/" frameborder="0" width="650" height="380" scrolling="no"></iframe></div>',
	    css: { border: '0px solid #dadada', width: '650px', height: '380px' , cursor:'arrow' , top: '15%', left: '30%'  }  
	});
}


function registerOverSso(url) {
	
	$.blockUI({ 
	    message: '<div><iframe src="'+url+'profil/kayit/" frameborder="0" width="660" height="420" scrolling="no"></iframe></div>',
	    css: { border: '0px solid #dadada', width: '550px', height: '420px' , cursor:'arrow',top: '12%', left: '30%'  }  
	});	
	
}


function closeBlockui() {
	$.unblockUI();
}

