function butover(x)
	{
//document.getElementById(x).style.color = '#ffffff';
document.getElementById(x).className = 'submit_hover';

	}
	
function butout(x)
	{
 //document.getElementById(x).style.color = '#666666';

document.getElementById(x).className = 'submit';

	}
	
	
function butoverw(x)
	{
//document.getElementById(x).style.color = '#ffffff';
document.getElementById(x).className = 'submitw_hover';

	}
	
function butoutw(x)
	{
 //document.getElementById(x).style.color = '#666666';

document.getElementById(x).className = 'submitw';

	}


function butovers(x)
	{
//document.getElementById(x).style.color = '#ffffff';
document.getElementById(x).className = 'shop_submit_hover';

	}
	
function butouts(x)
	{
 //document.getElementById(x).style.color = '#666666';

document.getElementById(x).className = 'shop_submit';

	}	
	

function roll(img_name, img_src)
   {
   document[img_name].src = img_src;
   }


var printWindow;

function openWindow(url,x,y)
	{
	if (printWindow) {if (!printWindow.closed) printWindow.close()}
	t=30;
	u=30;
	printWindow = window.open(url,"print",'width='+x+',height='+y+',left='+u+',top='+t+',scrollbars=yes');
	printWindow.focus();
	}
