  	function SwapOut(x) {
	
    document["image" + x].src = rollImage[1].src; return true;
}
	function SwapBack(x) {
	
    document["image" + x].src = rollImage[0].src; return true;
}
  	function SwapUp(x) {
	
    document["image" + x].src = rollImage[2].src; return true;
}
	function SwapDown(x) {
	
    document["image" + x].src = rollImage[0].src; return true;
}
  	function SwapTop(x) {
	
    document["image" + x].src = rollImage[3].src; return true;
}
	function SwapBottom(x) {
	
    document["image" + x].src = rollImage[4].src; return true;
}
  	function SwapHigh(x) {
	
    document["image" + x].src = rollImage[5].src; return true;
}
	function SwapLow(x) {
	
    document["image" + x].src = rollImage[6].src; return true;
}



function newWindow(x)
{
	popWindow=window.open(x,'popWin','toolbar=no,location=no,scrollbars=yes,menubar=no,status=no,resizable=yes,width=450,height=450')
	popWindow.focus()
}	
