function flashheader() {
document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"680\" height=\"260\" title=\"Clough and Co - land and estate agents for property throughout Wales\">");
document.writeln("<param name=\"movie\" value=\"gfx/flashheader.swf\" />");
document.writeln("<param name=\"quality\" value=\"high\" />");
document.writeln("<embed src=\"gfx/flashheader.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"680\" height=\"260\"></embed>");
document.writeln("</object>");
}

function subflashheader() {
document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"680\" height=\"260\" title=\"Clough and Co - land and estate agents for property throughout Wales\">");
document.writeln("<param name=\"movie\" value=\"../gfx/flashheader.swf\" />");
document.writeln("<param name=\"quality\" value=\"high\" />");
document.writeln("<embed src=\"../gfx/flashheader.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"680\" height=\"260\"></embed>");
document.writeln("</object>");
}

function progressbarshow() {
document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" name=\"progressbar\" width=\"124\" height=\"19\" align=\"absmiddle\" id=\"progressbar\"><param name=\"movie\" value=\"gfx/progressbar.swf\" /><param name=\"quality\" value=\"high\" /><embed src=\"gfx/progressbar.swf\" width=\"124\" height=\"19\" align=\"absmiddle\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" id=\"progressbar\" name=\"progressbar\"></embed></object>");
}

function deleteconfirm()
{
var formconfirm = "This will PERMANENTLY delete your listing - Do you really want to want to remove it?";
if (confirm(formconfirm))
return true;
else
return false;
}

function replaceconfirm()
{
var imageconfirm = "Are you sure you want to reset your listing image to a 'coming soon' placeholder?";
if (confirm(imageconfirm))
return true;
else
return false;
}

function clearbox(box) {
 if(box.value==box.defaultValue) {
   box.value = "";
  }
 }