/**
* Autor: Jorge Casas [jorgecasas@iternova.net]
* Version: 1.0.1
* Fecha modificación: 20090107
*/	

function socialnetworkLoadIframeReports(iframeName,url){
    url = url+'&userID='+document.socialnetworkform.userID.value;//HAY QUE COGERLO DIRECTAMENTE DE LA SESSION!!!!
    //alert(url);
 	if (window.frames[iframeName]){window.frames[iframeName].location=url;return false;}
    return true;
}
function socialnetworkFadeEffect(element){new Effect.Fade(element,{ duration:1});}
