
//display model specs in iframe
function showProductInfo(doc){
		var iframe = document.getElementById("productinfo");
		iframe.style.display = "block";
		iframe.setAttribute( "src", doc );
}
