//for uploading photo

function fnSHupload() {
	
	document.getElementById("tabviewppro").style.display="none"
	document.getElementById("upload_file_ajax").style.display=""
	document.getElementById("upload_area").style.display="none"
}

function fnClose() {
	
	document.getElementById("tabviewppro").style.display=""
	document.getElementById("upload_file_ajax").style.display="none"
	document.getElementById("upload_area").style.display=""
}

//for uploading photo ends here



function fnAddFriend(ids){
	
	if(confirm("Do you really want to add as a friend?")){
		location.href="../messagecenter_save/regtype/addfriend_model/PUId/"+ ids;
	}
	
	return
}

function fnModelComposes(ids){
	
		location.href="../messagecenter_djcompose/regtype/sendmodelmsg/PUId/"+ ids;
		
}
function fnDJPhotos(id,id1){

	location.href=id1+"modelphotos_public/userid/"+ id;
	//alert(id)


}

function fnDJVideos(id,id1){

	location.href=id1+"modelvideos_public/"+ id;
	//alert(id)
}
function setAjaxProcess( id )
{
    $(id).html("<img src='" + base_url + "images/loading.gif'>");
}