function showMag(mdid){
	$("#lightbox2").html($("#md"+mdid).html());
	$("#lightbox").show();
	$("#lightbox1").show();
	window.location.href="#";
	//var w = (screen.width-1024)/2+100;
	//document.write("<div id=\"Layer1\" class=\"fr mr15\" style=\"position:absolute; left: ");
	//document.write(w);
	//document.write("px; top:0px; width:132px; height:71px; z-index:1\">");
	//document.write("<a href=\"javascript:unshowMag();\"><img src=\"/images/magnifier_07.gif\" width=\"120\" height=\"64\"></a><\/div>");
}
function unshowMag(){
	$("#lightbox").hide();
	$("#lightbox1").hide();
}