

	temp=new Image();


	function changeSrc(image)
{

temp.src=image;

var x=parent.document.getElementById("pic");
x.src=temp.src;

y=parent.document.getElementById("main");
y.width="594";
y.height="550";

var z=parent.document.getElementById('name');
if(image.match("full/illustration/")!='null')
image=image.substring(image.lastIndexOf("/")+1,image.indexOf("."));
image=image.replace(image.charAt(0),image.charAt(0).toUpperCase());
while(image.match("_")!=null)
{
image=image.replace(/_/," ");
var num2=image.indexOf(" ")+1;
image=image.replace(image.charAt(num2),image.charAt(num2).toUpperCase());
}
z.innerHTML=image;
}



function illustration()
{
parent.document.getElementById("scroll").src="scroll.htm";

				}

		function design()
			{
			parent.document.getElementById("scroll").src="scroll2.htm";

			}

		
