         function topload()
		 {
		    if(screen.width == 1024)
				{				
					document.write('<div class="shadowbg2 flotlt">');
				}
				if(screen.width > 1024)
				{				
					document.write('<div class="shadowbg flotlt">');
				}		
        }
		
		 function bottomload()
		 {
		 	if(screen.width == 1024)
				{
					document.write('</div>');
				}
				if(screen.width > 1024)
				{
					document.write('</div>');
				}
		 }