function openbloc28PopUp (theURL, w, h)  {
	var sFeatures ='toolbar=no,width='+w+',height='+h;
	popwindow = window.open(theURL,'popwin',sFeatures);
	popwindow.focus();
}

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

// Image Placement October 22, 2008

function imageChange(u){
	var url = String(u);
	document.getElementById("postimage").src = "../../images/products/"+url+".jpg";
}
function changeblog(u){
	var url = String(u);
	document.getElementById("postimage").src = "images/blog/"+url+".jpg";
}