');
var popMargTop = 340; //(jQuery('#' + popID).height() + 80) / 2;
var popMargLeft =0;
//Apply Margin to Popup
jQuery('#' + popID).css({
'margin-top' : -popMargTop,
'margin-left' : -popMargLeft
});
jQuery('#popup_name').slideDown(1000);
//jQuery('#' + popID).show(2000);
return false;
}