var item0, item1, item2, item3, item4, item5, item6;	
var fot1, fot2, fot0;  
item0 = new Image();
item1 = new Image();
item2 = new Image();  
item3 = new Image();
item4 = new Image();
item5 = new Image();
item6 = new Image();
fot0 = new Image();
fot1 = new Image();
fot2 = new Image();
fot0.src="images/pricepost.gif";
item0.src="images/main.gif"; 
item1.src="images/logo1.gif"; 
item2.src="images/logo2.gif";
item3.src="images/logo3.gif";	
item4.src="images/logo4.gif";	
item5.src="images/logo5.gif";	
item6.src="images/logo6.gif";	
fot1.src="images/foot1.gif";
fot2.src="images/foot2.gif";


function doOver(what)
{											   
	//alert('ok'); 
	if (what==1)
	{
		document.all["mainlogo"].src=item1.src;
	}
	else if (what==2)							   
	{
		document.all["mainlogo"].src=item2.src;
	}	
	else if (what==3)
	{
		document.all["mainlogo"].src=item3.src;
	}
	else if (what==4)
	{
		document.all["mainlogo"].src=item4.src;
	}										   
	else if (what==5)
	{
		document.all["mainlogo"].src=item5.src;
	}									  
	else if (what==6)
	{
		document.all["mainlogo"].src=item6.src;
	}
}	

function doOver2(what)
{
	if (what==1)
	{
		document.all["footlogo"].src=fot1.src;
	}
	else if (what==2)
	{
		document.all["footlogo"].src=fot2.src;
	}
}

function doOut()
{
	document.all["mainlogo"].src=item0.src;
}

function doOut2()
{
	document.all["footlogo"].src=fot0.src;
}