// JavaScript Document (c) SRB 2007

function SRBSetOptions(optionValue)
{
	var imageCost = 0;
	var imageSize = "";
	
	imageSize = optionValue.slice(0,(optionValue.indexOf("-")) );
	document.SRBformPPBuy.os0.value = imageSize;
	imageCost = optionValue.slice(optionValue.indexOf("-")+2,optionValue.length);
	document.SRBformPPBuy.amount.value = imageCost;
	document.getElementById('displayPrice').innerHTML = "&pound;" + imageCost;	
/*	alert("imageCost: "+imageCost);
	alert("imageSize: "+imageSize);
*/	
	
}

function SRBemSales()
{
	document.write('<a hre'+'f="ma'+'ilto'+':'+'%73%61%6c%65%73%40%74%77%6f%34%32%2e%63%6f%6d">&#83;&#97;&#108;&#101;&#115;&#32;&#73;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110;<\/a>');
}

function SRBemGeneral()
{
	document.write('<a hre'+'f="m'+'ai'+'lto:'+'%67%65%6e%65%72%61%6c%40%74%77%6f%34%32%2e%63%6f%6d">&#71;&#101;&#110;&#101;&#114;&#97;&#108;&#32;&#73;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110;<\/a>');
}

function SRBemArtist()
{
	document.write('<a h'+'ref="m'+'ailt'+'o:'+'%61%72%74%69%73%74%73%40%74%77%6f%34%32%2e%63%6f%6d">&#65;&#114;&#116;&#105;&#115;&#116;&#115;&#32;&#73;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110;<\/a>');
}
