// JavaScript Document
function setProductPicture(file){
	document.getElementById('productPicture').src=file;
}
function setProductPictureLink(loc,name){
	document.getElementById('productPictureLink').href="javascript:openWindow('"+loc+"','640','720','"+name+"')";
}
//alert('host: '+window.location.host+'\nhostname: '+window.location.hostname+'\nhref: '+window.location.href+'\npathname: '+window.location.pathname+'\nprotocol: '+window.location.protocol+'\nsearch: '+window.location.search);

