function infobox(A){width=180;height=70;return NewWindow("/mein/infobox.htm","gimy_infobox",width,height,"no","yes",0,0)}function infobox_close(){win=window.open("about:blank","gimy_infobox","width=10,height=10");if(!win){return }win.show_warning=false;win.close()}function profil(C,D,A,B){if(typeof A=="undefined"){A=""}if(typeof B=="undefined"){B=""}url=A+"/profil/"+D+B;if(!open_profile_in_popup){return true}if(open_profile_in_popup==2){win=!window.open(url,"gimy_main")}else{width=908;height=550;wnd_name="profil"+Math.abs(make_hash(D));win=NewWindow(url,wnd_name,width,height,"yes","yes")}if(!win){C.removeAttribute("href")}return win}function telegramm(C,B,A){width=500;height=250;if(typeof A=="undefined"){A=""}url=A+"/mein/telegramme/neu/"+B+".htm";win=NewWindow(url,"new_telegramm",width,height,"yes","yes");if(!win){C.removeAttribute("href")}return win}function markup(C,D,E,A,B){if(typeof C=="undefined"){C="form1"}if(typeof D=="undefined"){D="text"}if(typeof E=="undefined"){E=1}if(typeof A=="undefined"){A=""}if(typeof B=="undefined"){B=""}width=800;height=600;url=A+"/community/markup/index/"+C+"/"+D+"/"+E+".htm"+B;return NewWindow(url,"markup",width,height,"yes","yes")}function map(C,A,B){width=350;height=350;urla="/community/geo/map/"+A;if(B){urla+="/"+B}urla+=".htm";win=NewWindow(urla,"map",width,height,"yes","yes");if(!win){C.removeAttribute("href")}return win}function img_pop(A,D,E,B,C){width=600;height=550;win=NewWindow(D+"/"+E+"/"+B+"/"+C+".htm","bild_"+E,width,height,"yes","yes");if(!win){A.removeAttribute("href")}return win}function melden(A,B){width=500;height=280;url="/community/index/profil_melden/"+B+".htm";win=NewWindow(url,"profil_melden",width,height,"yes","yes");if(!win){A.removeAttribute("href")}return win}function add_contact(A,B){width=280;height=140;url="/mein/kontakte/add_popup/"+B+".htm";win=NewWindow(url,"add_contact",width,height,"yes","yes");if(!win){A.removeAttribute("href")}return win}function ignore(A,C,B){if(!ask_really()){A.removeAttribute("href");return false}width=250;height=110;url="/mein/kontakte.php?action=ignore&page_key="+B+"&user_id="+C;win=NewWindow(url,"ignore",width,height,"yes","yes");if(!win){A.removeAttribute("href")}return win}function tele_chat(B,A){width=450;height=260;url="/mein/tele_chat/index/"+A+".htm";win=NewWindow(url,"tele_chat_"+Math.abs(make_hash(A)),width,height,"no","yes");if(!win){B.removeAttribute("href")}return win}function tele_chat_invitation(B,A){width=400;height=50;url="/mein/tele_chat/einladung/"+A+".htm";win=NewWindow(url,"tele_chat_"+Math.abs(make_hash(A)),width,height,"no","yes");if(!win){B.removeAttribute("href")}return win}function webcam_publish(){width=820;height=400;url="/mein/einstellungen/webcam/publish";win=NewWindow(url,"webcam_publish",width,height,"no","yes");if(!win){element.removeAttribute("href")}return win}function textCounter(C,A,B){if(C.value.length>B){C.value=C.value.substring(0,B)}else{A.value=B-C.value.length}}function regio_switch(B){var A=document.location.href.substr(7);A=A.substr(A.search("/"));if(A=="undefined"){A="/"}A="/";document.location.href="http://"+B+".gimy.de"+A;return true}function make_fullscreen(){var C=screen.availWidth;var A=screen.availHeight;var B,D;B=window.outerWidth;D=window.outerHeight;if(C>B||A>D){window.resizeTo(C,A);window.moveTo(0,0)}}function CurrentTime(){var B=new Date();var A=[],C;A.push((C=B.getHours())<10?"0"+C:C);A.push((C=B.getMinutes())<10?"0"+C:C);A.push((C=B.getSeconds())<10?"0"+C:C);return A.join(":")}function change_selection(B){if(!B){return false}list=document.getElementsByName(B);if(list.length==0){return false}for(var A=0;A<list.length;A++){list[A].checked=!list[A].checked}return true}