// JavaScript Document

	function imageMaker()
	
	{
		
		if ( window.location.search == '?id=39' ) {
				
		Element.setStyle('container', {background:'url(assets/templates/ppi/images/header_whoweare.jpg)'} );
		
		}
		
		else if ( window.location.search == '?id=40' ) {
			
		Element.setStyle('container', {background:'url(assets/templates/ppi/images/header_links.jpg)'} );

		
		}		

		else if ( window.location.search == '?id=38' ) {
			
		Element.setStyle('container', {background:'url(assets/templates/ppi/images/header_whatwedo.jpg)'} );

		
		}
	
		else if ( window.location.search == '?id=6' ) {
			
		Element.setStyle('container', {background:'url(assets/templates/ppi/images/header_contactus.jpg)'} );
	
		
		}
	
		else if ( window.location.search == '?id=33' ) {
			
		Element.setStyle('container', {background:'url(assets/templates/ppi/images/header_client.jpg)'} );
	
		
		}
		

	}
	
	window.onload=imageMaker;

