function changetab(param)
{
	document.getElementById('Layer1').style.display='';
	document.getElementById('Layer1').innerHTML="<img src='"+urlart+"images/loading.gif' alt='loading' border='0' style='padding-top:150px;' />";
	 var t= setTimeout("changeProfileTab('"+urlart+"profilebackpage.php','peoplencompprof','"+param+"')",2000);
}
function changespecialarticle(param)
{
	document.getElementById('specialarticle').innerHTML='&nbsp;';
	document.getElementById('specialarticle').style.height='148px';
	document.getElementById('specialarticle').innerHTML="<img src='"+urlart+"images/loading.gif' alt='loading' border='0' style='padding-top:70px; padding-left:140px;'/>";
	var t= setTimeout("changeSpecialArtTab('"+urlart+"specialartbackpage.php','specialarticle','"+param+"')",2000);

}
function _doShowStory(first,second,third)
{
	document.getElementById(first).className='tab_back1';
	document.getElementById(second).className='tab_back2';
	document.getElementById(third).className='tab_back2';
	document.getElementById('Layer1').style.display='';
	document.getElementById('Layer1').innerHTML="<img src='"+urlart+"images/loadingAnimation.gif' alt='New York daily news' border='0' />";
	/*document.getElementById('indexStory').innerHTML='&nbsp;';
	document.getElementById('indexStory').style.height='700px';*/
	var t= setTimeout("showIndexStory('"+urlart+"showIndexStory.php','indexStory','"+first+"')",2000);
}
function _doShowArticle(first, second){
	document.getElementById(first).className='tab_back1_new';
	document.getElementById(second).className='tab_back2_new';
	document.getElementById('TabArticle').style.display='';
	document.getElementById('TabArticle').innerHTML="<img src='"+urlart+"images/loadingAnimation.gif' alt='Fashion news' border='0' />";
	/*document.getElementById('indexStory').innerHTML='&nbsp;';
	document.getElementById('indexStory').style.height='700px';*/
	var t= setTimeout("showIndexArticle('"+urlart+"showIndexAricle.php','showArticle','"+first+"')",2000);
}
function _doShowEvent(first, second){
	document.getElementById(first).className='tab_back1_new';
	document.getElementById(second).className='tab_back2_new';
	document.getElementById('TabEvents').style.display='';
	document.getElementById('TabEvents').innerHTML="<img src='"+urlart+"images/loadingAnimation.gif' alt='Fashion news' border='0' />";
	/*document.getElementById('indexStory').innerHTML='&nbsp;';
	document.getElementById('indexStory').style.height='700px';*/
	var t= setTimeout("showIndexEvent('"+urlart+"showIndexEvent.php','showEvents','"+first+"')",2000);
}

