name1 = '';email1 = '';phone1 = '';function GenLink(baselink){ baselink = baselink + '&uname='+encodeURI(name1)+'&uemail='+encodeURI(email1)+'&uphone='+encodeURI(phone1); return baselink;}function gt(toolname,online,site,nokberror) { if (site==undefined) { site = ''; } newlnk = "http://3000.alpenland.de/zwei/hp/ak_tool.php?tool="+toolname+"&link="+p_link+"&s="+site;// if (nokberror==true) { nokb = '&nokb=1'; nokb2 = '?nokb=1'; } else { nokb = ''; nokb2 = ''; }// newlnk = "http://3000.alpenland.de/zwei/hp/ak_tool.php?tool="+toolname+"&link="+p_link+"&s="+site+nokb;// newlnk = "http://127.0.0.1/mrd/zwei/hp/ak_tool.php?tool="+toolname+"&link="+p_link+"&s="+site+nokb;// alert(newlnk);  toolid = toolname; tool_online = online; tw = window.open("/user_data.php","userdat","width=600,height=310,left=0,top=0,scrollbars,alwaysRaised");// tw = window.open("/user_data.php"+nokb2,"userdat","width=600,height=310,left=0,top=0,scrollbars=0,alwaysRaised");/*  if (nokberror==true) {  tw = window.open("user_data_nokb.php","userdat_err","width=500,height=200,left=0,top=0,scrollbars=0,alwaysRaised"); } else {  tw = window.open("user_data.php","userdat","width=600,height=310,left=0,top=0,scrollbars=0,alwaysRaised"); }*/ tw.focus();  return false;}
