function popup(b){var a=window.open(b,"winpop","scrollbars,width=780,height=530")}function popupRN(b,a,c){var a=window.open(b,"winpop","scrollbars, resizable=yes, toolbar, height="+c+", width="+a)}function popupRS(b,a,c){var a=window.open(b,"winpop","scrollbars, resizable=yes, height="+c+", width="+a)}function SoftPopUp(e,d,f,b){var a=e;var h=d;var g=f;var c=b;this.BindEvents=function(){BindShowEvent(g,a);BindHideEvent(g,h,b)};this.Hide=function(){Hide()};Hide=function(i){$("#"+i).hide()};BindShowEvent=function(j,i){switch(i){case"click":$("*[popUpId="+j+"]").click(function(){ShowPopup(j,this)},function(){});break;case"hover":$("*[popUpId="+j+"]").hover(function(){ShowPopup(j,this)},function(){});break}};BindHideEvent=function(k,j,i){switch(j){case"click":$("#"+i).click(function(){$("#"+k).hide()});break;case"hover":$("div[popUpId = "+k+"]").hover(function(){},function(){$(this).hide()});break}};ShowPopup=function(m,j){Hide();var k=$(j);var l=k.offset();var i=$("#"+m);$(i).css("top",l.top+k.height());$(i).css("left",l.left);i.show()}};