ns4=(document.layers)?true:false
ie4=(document.all)?true:false

function show()
{
	
	if(ie4)
	 {
	   if (screen.height == 600 && screen.width == 800)
		{
					
					document.all['tickerbg'].style.top=83
					document.all['tickerbg'].style.left=243
					
					//document.all['layerupimage'].style.left=186
					//document.all['layerupimage'].style.top=115
					
					document.all['head1'].style.top=279
					document.all['head1'].style.left=184
					document.all['head2'].style.top=280
					document.all['head2'].style.left=186
					document.all['head2'].style.width=409
					document.all['news'].style.top=102
					document.all['Layer2'].style.top=315
					document.all['Layer2'].style.left=635
		}
	else
		{
			if(screen.width == 1024)
			{
					
					document.all['Layer1'].style.left=415
					document.all['head1'].style.left=237
					document.all['head1'].style.top=280
					document.all['head2'].style.left=237
					document.all['head2'].style.top=280
					document.all['head2'].style.width=408
					document.all['news'].style.left=235
					document.all['news'].style.top=103
					document.all['tickerbg'].style.top=80
					document.all['tickerbg'].style.left=292
					document.all['Layer2'].style.left=835
					document.all['Layer2'].style.top=282
					//document.all['divScroll'].style.left=800
	    	}
		}
	}
	//end of if

		 if (ns4) 
			{
			
			if (screen.width == 800)
				{
					
					document.layers['head1'].top=278
					document.layers['head1'].left=194
					document.layers['head2'].width=800
					document.layers['head2'].top=274
					document.layers['head2'].left=189
					document.layers['news'].top=95
					document.layers['tickerbg'].top=96
					document.layers['tickerbg'].left=238
					document.layers['Layer2'].top=279
					document.layers['Layer2'].left=630
				}
					
			if (screen.width == 1024)
				{
				
					
					document.layers['head1'].top=278
			 		document.layers['head1'].left=300
					document.layers['head2'].left=294
					document.layers['head2'].top=274
					document.layers['Layer1'].left=415
					document.layers['Layer2'].top=282
					document.layers['Layer2'].left=834
					document.layers['tickerbg'].left=353
					document.layers['tickerbg'].top=96
					
					document.layers['news'].left=300
					document.layers['news'].top=97
				}
			}
	}
	//end of function
	