<!-- 
function printLayer(id){
	var o = document.getElementById(id);
	if(!o||o.innerHTML==''){return;};
window.open('printfriendly.html?div='+o.id,'printerWindow','resizable=yes,scrollbars=yes,width=400,height=200');
}

//--> 

