// JavaScript Document

//preload images
if (document.images) 
{
   img1 = new Image();
   img2 = new Image();
   img3 = new Image();
   img4 = new Image();
   img5 = new Image();
   img6 = new Image();
   img7 = new Image();
   img1.src = "/images/about/internationalaffairs/bkgd_instruct.png";
   img2.src = "/images/about/internationalaffairs/bkgd_nav.png";
   img3.src = "/images/about/internationalaffairs/bkgd_content_wrap.png";
   img4.src = "/images/about/internationalaffairs/bkgd_country.png";
   img5.src = "/images/about/internationalaffairs/bkgd_country_listing.png";
   img6.src = "/images/about/internationalaffairs/bkgd_detail_heading.png";
   img7.src = "/images/about/internationalaffairs/bkgd_number.png";
}



function closeText(){
	document.getElementById('Instructions').innerHTML = "<a onclick='sp1.showPanel(1); openText()'  href='#'>Close Instuction Panel </a>";
	document.getElementById('slidingPanel_1').style.zIndex="1";
}

function openText(){
	document.getElementById('Instructions').innerHTML = "<a onclick='sp1.showPanel(0); closeText()'  href='#'>View Instuction Panel <img src='/images/about/internationalaffairs/widget_instructions.png' alt='Click' /></a>";
	var t = setTimeout("document.getElementById('slidingPanel_1').style.zIndex='-1'",1000)
	//document.getElementById('slidingPanel_1').style.zIndex="-1";
}


