function custom_toggleOptionContainer( id ){ $('.promobox_close_up .promobox').hide(); $('#'+id+' .promobox').toggle(); var el =$('#'+id+" .promoboxcontent"); var classNameOpen = $(el).hasClass('promoboxcontentopen'); if( classNameOpen ){ el.removeClass("promoboxcontentopen"); }else{ el.addClass("promoboxcontentopen"); } } function ShowWindowConfigurator( miniConfiguratorURL ){ $('body').append( surveyBlock= $('
'), surveyContent= $('
') ); /*surveyBlock.css('height',350);*/ surveyContent.css('width',775); surveyContent.css('height',450); surveyContent.css('top',($(window).height()/2 - 250 )+'px'); surveyContent.css('left',($(window).width()/2 - 370 )+'px'); surveyContent.append( coverageClose = $('x')); coverageClose.click(function(){ surveyBlock.remove(); surveyContent.remove(); return false; }); var tmp = $(''); surveyContent.append( tmp ); coverageCloseB = surveyContent.find('#btnholder'); //alert(coverageClose) coverageCloseB.click(function(){ surveyBlock.remove(); surveyContent.remove(); $("#ITMan_next_step").show(); ITManagerSelectNext(); }); }