$(".popuplink").click(function(){$("#dialogplaceholder").html($("#popupcontent").html());$("#dialogplaceholder").css({width:"auto",height:"auto"});showDialog()});$(".closelink").click(function(){closeDialog()});
