var d = window; var iframeUrl = "https://imvu-customer-sandbox.com/catalog/web_panel.php?panel="+escape(d.imvu_panel_name); if( d.imvu_section_name ) { iframeUrl += "§ion="+escape(d.imvu_section_name); } if( d.imvu_avatar_name ) { iframeUrl += "&av="+escape(d.imvu_avatar_name); } if( d.imvu_userid ) { iframeUrl += "&user="+escape(d.imvu_userid); } if( !d.imvu_panel_width ) { d.imvu_panel_width = "570"; } iframeUrl += "&width="+escape(d.imvu_panel_width); if( !d.imvu_panel_height ) { d.imvu_panel_height = "350"; } iframeUrl += "&height="+escape(d.imvu_panel_height); var iframeSrc = ""; document.write(iframeSrc);