//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=""
}

function fnAddFriend(){
	if(confirm("Do you really want to add as a friend?")){
		location.href="../messagecenter_save/regtype/addfriend_trainer";
	}
	return;
}
function fnRemoveFriend(){
	if(confirm("Do you really want to remove a friend?")){
		location.href="../messagecenter_save/regtype/removefriend_trainer";
	}
	return;
}

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

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


}
*/
function fnTrainerVideos(id,id1){
	location.href=id1+"trainervideos_public/"+ id;
}

function fnTrainerMusic(id,id1){
	location.href=id1+"mp3";
}
