
 function changeClass(myDiv)
  { //alert(document.getElementById(myDiv).style.backgroundImage);
 document.getElementById('press').style.backgroundImage= 'url(images_home/release_on.jpg)';
 document.getElementById('patent').style.backgroundImage= 'url(images_home/patent_on.jpg)';
 document.getElementById('technic').style.backgroundImage= 'url(images_home/paper_on.jpg)';
 document.getElementById('full').style.backgroundImage= 'url(images_home/pu2pu_on.jpg)';
 document.getElementById(myDiv).style.backgroundImage= 'url(images_home/trends_over.jpg)';
	showContent('show.php','','1','leftcontent'+'|'+'latest_change_id','');
	
}
function latestOver(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/trends_over.jpg)';
}
function latestOut(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/trends_on.jpg)';
}
 function changeClass2(myDiv)
  {
document.getElementById('latest').style.backgroundImage= 'url(images_home/trends_on.jpg)';
 document.getElementById('patent').style.backgroundImage= 'url(images_home/patent_on.jpg)';
 document.getElementById('technic').style.backgroundImage= 'url(images_home/paper_on.jpg)';
 document.getElementById('full').style.backgroundImage= 'url(images_home/pu2pu_on.jpg)';
 document.getElementById(myDiv).style.backgroundImage= 'url(images_home/release_over.jpg)';

showContent('press-release-ajax.php','press_release','1','leftcontent','loading_image_trends');
showContent('show.php','','24','latest_change_id','');
}
function pressReleaseOver(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/release_over.jpg)';
}
function pressReleaseOut(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/release_on.jpg)';
}
function changeClass3(myDiv) 
  { //alert(document.getElementById(myDiv).style.backgroundImage);
 document.getElementById('latest').style.backgroundImage= 'url(images_home/trends_on.jpg)';
 document.getElementById('press').style.backgroundImage= 'url(images_home/release_on.jpg)';
 document.getElementById('technic').style.backgroundImage= 'url(images_home/paper_on.jpg)';
 document.getElementById(myDiv).style.backgroundImage= 'url(images_home/patent_over.jpg)';
 document.getElementById('full').style.backgroundImage= 'url(images_home/pu2pu_on.jpg)';
showContent('press-release-ajax.php','patents','1','leftcontent','loading_image_trends');
showContent('show.php','','25','latest_change_id','');
	//showContent('show.php','','3','leftcontent','');
}
function patentOver(myDiv) 
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/patent_over.jpg)';
}
function patentOut(myDiv) 
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/patent_on.jpg)';
}
function changeClass4(myDiv) 
  { //alert(document.getElementById(myDiv).style.backgroundImage);
 document.getElementById('latest').style.backgroundImage= 'url(images_home/trends_on.jpg)';
 document.getElementById('press').style.backgroundImage= 'url(images_home/release_on.jpg)';
 document.getElementById('patent').style.backgroundImage= 'url(images_home/patent_on.jpg)';
 document.getElementById('full').style.backgroundImage= 'url(images_home/pu2pu_on.jpg)';
 document.getElementById(myDiv).style.backgroundImage= 'url(images_home/paper_over.jpg)';
	//showContent('show.php','','4','leftcontent','');
showContent('press-release-ajax.php','papers','1','leftcontent','loading_image_trends');
showContent('show.php','','26','latest_change_id','');
}
function technicOver(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/paper_over.jpg)';
}
function technicOut(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/paper_on.jpg)';
}

function changeClass5(myDiv) 
{
document.getElementById('latest').style.backgroundImage= 'url(images_home/trends_on.jpg)';
document.getElementById('press').style.backgroundImage= 'url(images_home/release_on.jpg)';
document.getElementById('patent').style.backgroundImage= 'url(images_home/patent_on.jpg)';
document.getElementById('technic').style.backgroundImage= 'url(images_home/paper_on.jpg)';
document.getElementById(myDiv).style.backgroundImage= 'url(images_home/pu2pu_over.jpg)';
	showContent('show.php','','3','leftcontent','loading_image_trends');
	showContent('show.php','','22','latest_change_id','');
}
function fullOver(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/pu2pu_over.jpg)';
}
function fullOut(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/pu2pu_on.jpg)';
}
// scripts for right tab

function changenews(myDiv)
{
	document.getElementById('uupdate').className ='pu_uupdate_div1';
	document.getElementById(myDiv).className = 'pu_newsletter_div1';
	showContent('show.php','','5','newsletter_tab_id'+'|'+'newscontent','loading_image_newwsletter');
}
function newsletterOver(myDiv)
{
	document.getElementById(myDiv).className = 'pu_newsletter_div1';
}
function newsletterOut(myDiv)
{
	document.getElementById(myDiv).className = 'pu_newsletter_div';
}


function changeupdate(myDiv)
{
	document.getElementById('news').className = 'pu_newsletter_div';
	document.getElementById(myDiv).className = 'pu_uupdate_div';
	showContent('show.php','','6','newsletter_tab_id'+'|'+'newscontent','loading_image_newwsletter');
}
function urethaneOver(myDiv)
{
	document.getElementById(myDiv).className = 'pu_uupdate_div';
}
function urethaneOut(myDiv)
{
	document.getElementById(myDiv).className = 'pu_uupdate_div1';
}
function exhibitionTabOver(myDiv)
{
	document.getElementById(myDiv).className = 'pu_exhibitionhall_div pu_exhibitinfont';
}
function exhibitionTabOut(myDiv)
{
	document.getElementById(myDiv).className = 'pu_exhibitionhall_div pu_exhibitinfont1';
}
function innovationTabOver(myDiv)
{
	document.getElementById(myDiv).className = 'pu_exhibitionhall_div pu_exhibitinfont';
}
function innovationTabOut(myDiv)
{
	document.getElementById(myDiv).className = 'pu_exhibitionhall_div pu_exhibitinfont1';
}
function pressTabOver(myDiv)
{
	document.getElementById(myDiv).className = 'pu_exhibitionPress_div pu_exhibitinfont';
}
function pressTabOut(myDiv)
{
	document.getElementById(myDiv).className = 'pu_exhibitionPress_div pu_exhibitinfont1';
}
function exhibtOver(myDiv)
{
	document.getElementById(myDiv).className = 'pu_exhibitionhall1_div pu_exhibitinfont';
}
function exhibtOut(myDiv)
{
	document.getElementById(myDiv).className = 'pu_exhibitionhall1_div pu_exhibitinfont1';
}
function changepu(myDiv){
  document.getElementById('news').className = 'pu_newsletter_div';
 document.getElementById(myDiv).className= 'pu_pufa_div1';
	showContent('show.php','','7','newscontent','');

}

function changebusiness(myDiv)
{
	document.getElementById('latestdoc').style.backgroundImage= 'url(images_home/doc_on.jpg)';
	document.getElementById('product').style.backgroundImage= 'url(images_home/product_on.jpg)';
	document.getElementById('latestads').style.backgroundImage= 'url(images_home/latestads_on.jpg)';
	document.getElementById('fullaccess').style.backgroundImage= 'url(images_home/pu2p_on.jpg)';
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/business_over.jpg)';
		
	showContent('show.php','','8','flash','');
	showContent('show-networking-tabs.php','','5','network_tab_id','');
}

function changelatestdoc(myDiv)
{
	document.getElementById('bussiness').style.backgroundImage= 'url(images_home/business_on.jpg)';
	document.getElementById('product').style.backgroundImage= 'url(images_home/product_on.jpg)';
	document.getElementById('latestads').style.backgroundImage= 'url(images_home/latestads_on.jpg)';
	document.getElementById('fullaccess').style.backgroundImage= 'url(images_home/pu2p_on.jpg)';
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/doc_over.jpg)';	
	showContent('networking-opportunities.php','doc_published','1','flash','loading_image_networking');
	showContent('show-networking-tabs.php','','1','network_tab_id','');
}
function businessOver(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/business_over.jpg)';	
}
function businessOut(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/business_on.jpg)';	
}
function documentOver(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/doc_over.jpg)';	
}
function documentOut(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/doc_on.jpg)';	
}
function productOver(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/product_over.jpg)';	
}
function productOut(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/product_on.jpg)';	
}
function adsOver(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/latestads_over.jpg)';	
}
function adsOut(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/latestads_on.jpg)';	
}
function networkAccessOver(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/pu_over.jpg)';	
}
function networkAccessOut(myDiv)
{
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/pu2p_on.jpg)';	
}
function changeproduct(myDiv)
{
	document.getElementById('bussiness').style.backgroundImage= 'url(images_home/business_on.jpg)';
	document.getElementById('latestdoc').style.backgroundImage= 'url(images_home/doc_on.jpg)';
	document.getElementById('latestads').style.backgroundImage= 'url(images_home/latestads_on.jpg)';
	document.getElementById('fullaccess').style.backgroundImage= 'url(images_home/pu2p_on.jpg)';
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/product_over.jpg)';
		
	showContent('networking-opportunities.php','product_published','1','flash','loading_image_networking');
	showContent('show-networking-tabs.php','','2','network_tab_id','');
}
function changelatest(myDiv)
{
	document.getElementById('bussiness').style.backgroundImage= 'url(images_home/business_on.jpg)';
	document.getElementById('product').style.backgroundImage= 'url(images_home/product_on.jpg)';
	document.getElementById('latestdoc').style.backgroundImage= 'url(images_home/doc_on.jpg)';
	document.getElementById('fullaccess').style.backgroundImage= 'url(images_home/pu2p_on.jpg)';
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/latestads_over.jpg)';
		
	showContent('networking-opportunities.php','ads_published','1','flash','loading_image_networking');
	showContent('show-networking-tabs.php','','3','network_tab_id','');
}
function changefullacess(myDiv)
{
	document.getElementById('bussiness').style.backgroundImage= 'url(images_home/business_on.jpg)';
	document.getElementById('product').style.backgroundImage= 'url(images_home/product_on.jpg)';
	document.getElementById('latestdoc').style.backgroundImage= 'url(images_home/doc_on.jpg)';
	document.getElementById('latestads').style.backgroundImage= 'url(images_home/latestads_on.jpg)';
	document.getElementById(myDiv).style.backgroundImage= 'url(images_home/pu_over.jpg)';	
	showContent('show.php','','13','flash','loading_image_networking');
	showContent('show-networking-tabs.php','','4','network_tab_id','');
}
function changeexbition(myDiv){
 document.getElementById(myDiv).style.color= '#FF2B0A';
 document.getElementById('innvotion').style.color= '#ffffff';
document.getElementById('pressRoom').style.color= '#ffffff';
document.getElementById('exmember').style.color= '#ffffff';
	
showContent('show.php','','14','networkingFlash','');

}
function changeexbition1(myDiv){
 document.getElementById(myDiv).style.color= '#FF2B0A';
 document.getElementById('exhibition').style.color= '#ffffff';
document.getElementById('pressRoom').style.color= '#ffffff';
document.getElementById('exmember').style.color= '#ffffff';
	
showContent('show.php','','15','networkingFlash','');

}
function changeexbition2(myDiv){
 document.getElementById(myDiv).style.color= '#FF2B0A';
 document.getElementById('exhibition').style.color= '#ffffff';
document.getElementById('innvotion').style.color= '#ffffff';
document.getElementById('exmember').style.color= '#ffffff';
	
showContent('show.php','','16','networkingFlash','');

}
function changeexbition3(myDiv){
 document.getElementById(myDiv).style.color= '#FF2B0A';
//  document.getElementById('exhibition').style.color= '#ffffff';
// document.getElementById('innvotion').style.color= '#ffffff';
// document.getElementById('pressRoom').style.color= '#ffffff';
document.getElementById('exhibition').className = 'pu_exhibitionhall_div pu_exhibitinfont1';
document.getElementById('innvotion').className = 'pu_exhibitionhall_div pu_exhibitinfont1';
document.getElementById('pressRoom').className = 'pu_exhibitionPress_div pu_exhibitinfont1';
	
showContent('show.php','','17','networkingFlash','loading_image');

}

function showcontent(id)
{
showContent('showcontent.php',id,'18','content','');

}
function replaceInnovationContent(innov_id)
{
	showContent('show.php',innov_id,'20','change_innovation_content','');
}
function replacePressContent(press_id)
{
	showContent('show.php',press_id,'21','change_press_content','');
}
function mailContentOver(myDiv)
{
	document.getElementById(myDiv).style.color= '#FF0000';
}
function mailContentOut(myDiv)
{
	document.getElementById(myDiv).style.color= '#424242';
}

function exhibitorMemAjax(myDiv)
{
	document.getElementById(myDiv).style.color= '#FF2B0A';
	document.getElementById('exhibition').className = 'pu_exhibitionhall_div pu_exhibitinfont1';
	document.getElementById('innvotion').className = 'pu_exhibitionhall_div pu_exhibitinfont1';
	document.getElementById('pressRoom').className = 'pu_exhibitionPress_div pu_exhibitinfont1';
	
	showContent('show.php','','17','networkingFlash','loading_image');
	showContent('exhibition-hall-tabs.php','','3','ebooth_menu_tabs','');
}
function innovationAjax(myDiv)
{
	document.getElementById(myDiv).style.color= '#FF2B0A';
	document.getElementById('exhibition').className = 'pu_exhibitionhall_div pu_exhibitinfont1';
	document.getElementById('pressRoom').className = 'pu_exhibitionPress_div pu_exhibitinfont1';
	document.getElementById('exmember').className = 'pu_exhibitionhall1_div pu_exhibitinfont1';

	showContent('show-innovation.php','','1','networkingFlash','loading_image');
	showContent('exhibition-hall-tabs.php','','1','ebooth_menu_tabs','');
}
function pressAjax(myDiv)
{
	document.getElementById(myDiv).style.color= '#FF2B0A';
	document.getElementById('exhibition').className = 'pu_exhibitionhall_div pu_exhibitinfont1';
	document.getElementById('innvotion').className = 'pu_exhibitionhall_div pu_exhibitinfont1';
	document.getElementById('exmember').className = 'pu_exhibitionhall1_div pu_exhibitinfont1';

	showContentPress('show-press.php','','1','networkingFlash','loading_image');
	showContentPress('exhibition-hall-tabs.php','','2','ebooth_menu_tabs','');
}
function eboothAjax(myDiv)
{
	document.getElementById(myDiv).style.color= '#FF2B0A';
	document.getElementById('exhibition').className = 'pu_exhibitionhall_div pu_exhibitinfont1';
	document.getElementById('innvotion').className = 'pu_exhibitionhall_div pu_exhibitinfont1';
	document.getElementById('exmember').className = 'pu_exhibitionhall1_div pu_exhibitinfont1';

	showContent('show-ebooth-home.php','','1','networkingFlash','');
	showContent('exhibition-hall-tabs.php','','4','ebooth_menu_tabs','');
}

