/*
The following source code is property of IOMEDA - Agency for Print & Online Media. 
Do not copy without permission. 
IOMEDA www.iomeda.com 10. April 2008
*/
function platzieren(){var o=screen.availWidth,l=screen.availHeight,c=0,O=0,I=o-2*c,i=l-2*O;if(screen.height<=600){moveTo(c,O);window.outerWidth=I;window.outerHeight=i}}
function kundenlogin(){var i="",I="";i=window.prompt("Please type in your identifier:","identifier");if(i=="identifier"||i==""){alert("Wrong identifier!")}else{if(i){I=i.toLowerCase();open("http://www.iomeda.de/testzugang/"+I+"/index.html","Kundenseite","resizable=yes,scrollbars=yes,status=yes")}}}
function addInfo(I,i){document.getElementById(I).style.display=i}
