
 if (document.all && document.styleSheets && document.styleSheets[0] &&  document.styleSheets[0].addRule)
 {
  document.styleSheets[0].addRule('*', 'behavior: url(/javascripts/iepngfix.htc)');
 }

function replaceImage(filename){
	document.getElementById('large_product_photo').src='/images/thumbs/595/'+filename;
}
function addWrapping(){
	document.location.href='wrapping.php?action=update'
}
function saveWarning(){
	document.getElementById('warning_message').innerHTML='<p><strong style=\"color: red;\">Click \'update basket\' to save your message!</strong></p>'
}