
﻿function framePreview(show){if(show=="True"){document.getElementById("ctl00_vpmaincontent_mouldingsPreview").style.display='block';}
else{document.getElementById("ctl00_vpmaincontent_mouldingsPreview").style.display='none';}}
function mettalicmouseover(imagelocation){document.getElementById("ctl00_vpmaincontent_mouldingsPreview").style.backgroundImage="url(/"+imagelocation+")";}
function changeWallColour(colour){document.getElementById("ctl00_vpmaincontent_wall").style.backgroundColor=colour.toString();document.cookie="wallColour="+colour+";path=/";}
function showHidePanel(panel){if(panel=="frame")
{
if(document.getElementById("ctl00_vpmaincontent_lbtnShowHideFrame").innerHTML=="HIDE")
{
document.getElementById("ctl00_vpmaincontent_pnlFrameButtons").style.display="none";
document.getElementById("ctl00_vpmaincontent_pnlFrameImageButtons").style.height="20px";
document.getElementById("ctl00_vpmaincontent_ds1").style.height="20px";
document.getElementById("ctl00_vpmaincontent_ds2").style.height="20px";
document.getElementById("ctl00_vpmaincontent_ds7").style.height="35px";

document.getElementById("ctl00_vpmaincontent_lbtnShowHideFrame").innerHTML="SHOW";
document.cookie="showFramePanel=false;path=/";}
else
{document.getElementById("ctl00_vpmaincontent_pnlFrameButtons").style.display="block";
document.getElementById("ctl00_vpmaincontent_lbtnShowHideFrame").innerHTML="HIDE";
document.getElementById("ctl00_vpmaincontent_pnlFrameImageButtons").style.height="240px";
document.getElementById("ctl00_vpmaincontent_ds1").style.height="240px";
document.getElementById("ctl00_vpmaincontent_ds2").style.height="240px";
document.getElementById("ctl00_vpmaincontent_ds7").style.height="255px";
document.cookie="showFramePanel=true;path=/";}}
else if(panel=="outer")
{
if(document.getElementById("ctl00_vpmaincontent_lbtnShowHideOuterMount").innerHTML=="HIDE")
{
document.getElementById("ctl00_vpmaincontent_pnlOuterMountButtons").style.display="none";
document.getElementById("ctl00_vpmaincontent_lbtnShowHideOuterMount").innerHTML="SHOW";
document.getElementById("ctl00_vpmaincontent_pnlOuterMountColours").style.height="20px";
document.getElementById("ctl00_vpmaincontent_ds3").style.height="20px";
document.getElementById("ctl00_vpmaincontent_ds4").style.height="20px";
document.getElementById("ctl00_vpmaincontent_ds8").style.height="35px";
document.cookie="showOuterMountPanel=false;path=/";
}
else
{
document.getElementById("ctl00_vpmaincontent_pnlOuterMountButtons").style.display="block";
document.getElementById("ctl00_vpmaincontent_lbtnShowHideOuterMount").innerHTML="HIDE";
document.getElementById("ctl00_vpmaincontent_pnlOuterMountColours").style.height="100px";
document.getElementById("ctl00_vpmaincontent_ds3").style.height="100px";
document.getElementById("ctl00_vpmaincontent_ds4").style.height="100px";
document.getElementById("ctl00_vpmaincontent_ds8").style.height="115px";
document.cookie="showOuterMountPanel=true;path=/";
}}
else if(panel=="inner")
{if(document.getElementById("ctl00_vpmaincontent_lbtnShowHideInnerMount").innerHTML=="HIDE")
{
document.getElementById("ctl00_vpmaincontent_pnlInnerMountButtons").style.display="none";
document.getElementById("ctl00_vpmaincontent_lbtnShowHideInnerMount").innerHTML="SHOW";
document.getElementById("ctl00_vpmaincontent_pnlInnerMountColours").style.height="20px";
document.getElementById("ctl00_vpmaincontent_ds5").style.height="20px";
document.getElementById("ctl00_vpmaincontent_ds6").style.height="20px";
document.getElementById("ctl00_vpmaincontent_ds9").style.height="35px";
document.cookie="showInnerMountPanel=false;path=/";
}
else
{
document.getElementById("ctl00_vpmaincontent_pnlInnerMountButtons").style.display="block";
document.getElementById("ctl00_vpmaincontent_lbtnShowHideInnerMount").innerHTML="HIDE";
document.getElementById("ctl00_vpmaincontent_pnlInnerMountColours").style.height="115px";
document.getElementById("ctl00_vpmaincontent_ds5").style.height="115px";
document.getElementById("ctl00_vpmaincontent_ds6").style.height="115px";
document.getElementById("ctl00_vpmaincontent_ds9").style.height="130px";
document.cookie="showInnerMountPanel=true;path=/";
}}}
function mov(){
var element = document.getElementById("mov");

//firefox flash detection 

var plugin = (navigator.mimeTypes &&
navigator.mimeTypes["application/x-shockwave-flash"]) ?
navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin :
0;
if(plugin)
{
element.style.display = "block";
}
}