function load_survey(titel,um_id,access,demo,top,left,width,height)
{
document.write('<link rel=stylesheet type=text/css href=http://www.netask.de/netask/css/styled_table.css><script language=\"Javascript\" type=\"text/javascript\" src=\"http://www.netask.de/netask/scripte/layer_popup.js\"></script><div id=\"LayerUmfrage\" onmousedown=\"dragstart(this);\" style=\"position:absolute;visibility:hidden;left:'+left+'px;top:'+top+'px;z-index: 9999;\"><table class=\"outer\"><TR><TD class=\"top_left\" width=\"20\"><TD class=\"top_left_line\" height=\"34\">'+titel+'<TD class=\"top_left_line\"><a href=\"Javascript:void(0);\" onclick=\"closeAd();\"><img src=\"http://www.netask.de/netask/grfx/close.gif\" border=\"0\"></a><TD class=\"top_right\" width=\"20\"><TR><TD class=\"left\"><TD witdh=\"100%\"  style=\"background: white;\"><table><TR><TD style=\"background: white;\"><iframe src=\"http://www.netask.de/netask/teilnahme.php?&uid=Gast&ur=1&temp=um_'+um_id+'&access='+access+'&id='+um_id+'&loc=popup&demo='+demo+'\" frameborder=\"0\" width=\"'+width+'\" height=\"'+height+'\"></iframe></table><TD style=\"background: white;\"><TD class=\"right\"><TR><TD class=\"bottom_left\" height=\"35\"> <TD class=\"bottom_line\"><TD class=\"bottom_line\"><TD class=\"bottom_right\"></table></div>');
}