var psChoice, psSelection;
function CK_MenuItemRedirectPage(){
   psChoice = document.psForm.psMenu.selectedIndex;
   psSelection=document.psForm.psMenu.options[psChoice].value;
   location=psSelection;
}

function zmSwap(){
	var outPut;
	if($('zm').readAttribute('src')=='../core_images/zoomin.png'){
		outPut=(document.getElementById('zm').src='../core_images/zoomout.png');$('prod_image').fade();$('container_img_large').appear();
	}else{
		outPut=(document.getElementById('zm').src='../core_images/zoomin.png');$('container_img_large').fade();$('prod_image').appear();
	}
	return outPut;
}

function zmSwap2(){
	var outPut;
	if($('zm2').readAttribute('src')=='../core_images/3d_swfin.gif'){
		outPut=(document.getElementById('zm2').src='../core_images/3d_swfout.gif');$('prod_image').fade();$('container_swf').appear();
	}else{
		outPut=(document.getElementById('zm2').src='../core_images/3d_swfin.gif');$('container_swf').fade();$('prod_image').appear();
	}
	return outPut;
}