/* Copyright Coastal Caravan Group c2011 - Contact webmaster @ caravanholidayrentals.co.uk */
/* Coded to W3C Standards by professional website designers */
/* No copy or use of original material without permission */


// open window ###########
function winOpen(URL) {
day = new Date();
id = day.getTime();
eval("infoWin" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=700,height=500,left=200,top=200');");
}


// click to change image in placeholder ####@ alistapart.com/articles/imagegallery/#######
function showPic (whichpic) {
 if (document.getElementById) {
  document.getElementById('placeholder').src = whichpic.href;
	  /* if (whichpic.title) {
	   document.getElementById('desc').childNodes[0].nodeValue = whichpic.title;
	  } else {
	   document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
	  } */
  return false;
 } else {
  return true;
 }
}



// function name here ###########
