//product = divID | productID = product id in the database | title = product name <br/> price
function changecolour(div, src, path, width, height)
{
	document.getElementById(div).innerHTML = src ;
	document.getElementById('inlarge').innerHTML = '<div id="inlarge"><a HREF="javascript:popUp(\'' + path + '\',\'' + width + '\',\'' + height + '\')" class="buy">&gt;VIEW ENLARGED IMAGE</a></div>';
}

function popUp(URL,width,height) 
{
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" + width + ",height=" + height + ",left = 515.5,top = 245.5');");
}

function submitform(value)
{
	document.form.submit();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
