function activateFlash(flashContent){
	document.getElementById("iFlash").innerHTML = flashContent;
}

	function placeHBL(){     
		var swfX,homeX,newsX,photoX,videoX,forumX,forumX,statsX,myreallifeX,clubsharapovaX,sponsorsX,myfoundationX,storeX; 
		//write hitbox link overlays
		//get x coordinate of swf on client screen
		swfX = document.getElementById("iFlash").offsetLeft;
		swfY = 100;
		tempEl = document.getElementById("iFlash").offsetParent; 
		while(tempEl!=null){
			swfX += tempEl.offsetLeft; 
			tempEl = tempEl.offsetParent;
		}
		swfX+=290;
		homeX=swfX;
		newsX=swfX + 47;
		photoX=swfX + 92;
		videoX=swfX + 143;
		forumX = swfX + 190;
		statsX = swfX + 243;
		offthecourtX = swfX + 290;
		clubsharapovaX = swfX + 372;
		sponsorsX = swfX + 479;
		myfoundationX = swfX + 549;
		storeX = swfX + 651;
		document.getElementById("link_home").style.left=homeX;
		document.getElementById("link_news").style.left=newsX;
		document.getElementById("link_photo").style.left=photoX;
		document.getElementById("link_video").style.left=videoX;
		document.getElementById("link_forum").style.left=forumX;
		document.getElementById("link_stats").style.left=statsX;
		document.getElementById("link_offthecourt").style.left=offthecourtX;
		document.getElementById("link_clubsharapova").style.left=clubsharapovaX;
		document.getElementById("link_sponsors").style.left=sponsorsX;
		document.getElementById("link_myfoundation").style.left=myfoundationX;
		document.getElementById("link_store").style.left=storeX;
	}
	
function photoUploadPage(userID,userName)
  {  
    if(userID != "" && userName != "") {
        window.open("/sharapovacontest/UploadPhoto.aspx?uid="+userID+"&userName="+userName,"CustomPopUp", "width=790,height=490,menubar=No,resizable=no");
    }
  }
  
  
function openDolceDownload() {
    window.open("/canonDolce/download.sps?strURL=/pix/wallpapers/dolce.jpg","DolceDownload","width=1200,height=927,menubar=No");
}  

function openDolceRules() {
    window.open("/canonDolce/rules.asp","Dolce","width=790,height=490,menubar=No,resizable=no");
} 

function openDolceTerms() {
    window.open("/canonDolce/terms.asp","Dolce","width=790,height=490,menubar=No,resizable=no");
} 