
function wioJs1283(name, nospam, domain, subject ) {

	if (subject == '')
		location.href='mailto:'+ name + '@'+ domain;
	else
		location.href='mailto:'+ name + '@'+ domain + '?subject='+subject;
}
	
function LetUserIntoPage()
	{	
	 var username = prompt("Bitte geben Sie Ihre Kundennummer ein:", "");
	 var password = prompt("Bitte geben Sie Ihr Passwort ein:", "");
	 var TheLists = new Array(71)
		 {	
		  TheLists[52] = "9:kd3w4z6n";
		  TheLists[0] = "23:wqz986zj";
		  TheLists[1] = "30:ga9w6hge";
		  TheLists[63] = "35:hw926g87";
		  TheLists[2] = "37:dw3p96ns";
		  TheLists[3] = "41:f93g86zt";
		  TheLists[55] = "43:pxe4h987";
		  TheLists[4] = "48:tq82f3md";
		  TheLists[5] = "49:tq296gbf";
		  TheLists[6] = "53:jq2367ht";
		  TheLists[7] = "54:tawp936g";
		  TheLists[60] = "59:tc3w96g7";
		  TheLists[46] = "60:uew8379g";
		  TheLists[8] = "68:aw387hr4";
		  TheLists[9] = "69:d7eh3tf8";
		  TheLists[10] = "90:cw943h6b";
		  TheLists[47] = "96:di3287bg";
		  TheLists[11] = "97:r2f983sw";
		  TheLists[12] = "107:jq256gtf";
		  TheLists[67] = "108:iw9k39zv";
		  TheLists[13] = "115:k2u98n36";
		  TheLists[14] = "116:hq29n8vx";
		  TheLists[15] = "118:h38f52gc";
		  TheLists[16] = "119:rs3w96hv";
		  TheLists[17] = "121:waw973zd";
		  TheLists[18] = "122:se9783ht";
		  TheLists[19] = "124:u39487ft";
		  TheLists[20] = "125:uawp98vg";
		  TheLists[21] = "126:awa3sehz";
		  TheLists[22] = "128:uq2385rt";
		  TheLists[23] = "129:zq9278gf";
		  TheLists[24] = "131:uq2d78te";
		  TheLists[51] = "137:unq98w73";
		  TheLists[25] = "139:zhaw9zjf";
		  TheLists[26] = "140:hsw8936g";
		  TheLists[27] = "143:zuq25fjm";
		  TheLists[28] = "147:aw36juz5";
		  TheLists[29] = "148:gjsw876h";
		  TheLists[30] = "149:wq3g85tf";
		  TheLists[31] = "150:hzw932gf";
		  TheLists[32] = "151:uh7ew84d";
		  TheLists[33] = "152:ti2fc8sw";
		  TheLists[34] = "155:dw983w74";
		  TheLists[35] = "157:he93w86z";
		  TheLists[36] = "158:rqw9f38t";
		  TheLists[37] = "159:hdws398u";
		  TheLists[38] = "160:wq3468jf";
		  TheLists[39] = "162:hw9q73wn";
		  TheLists[40] = "163:ztq29f7q";
		  TheLists[41] = "167:ua5w389r";
		  TheLists[42] = "168:e2w36kp7";
		  TheLists[43] = "170:vq29t6zh";
		  TheLists[44] = "171:aw937fr4";
		  TheLists[45] = "172:g4fq9w3k";
		  TheLists[48] = "174:kw1ed8zu";
		  TheLists[49] = "175:hx8e496g";
		  TheLists[50] = "176:he9n84d5";
		  TheLists[53] = "178:hi39vq2g";
		  TheLists[54] = "179:xsw93h75";
		  TheLists[56] = "195:ue13n732";
		  TheLists[57] = "196:hw186zug";
		  TheLists[58] = "197:mc3w968z";
		  TheLists[59] = "198:w2q973ra";
		  TheLists[61] = "200:uv4w273t";
		  TheLists[62] = "201:klwa4e6g";
		  TheLists[64] = "204:md34dw7e";
		  TheLists[65] = "206:zsw43e98";
		  TheLists[66] = "208:hr32gp76";
		  TheLists[68] = "210:jgw3798z";
		  TheLists[69] = "212:nf2e987t";
		  TheLists[70] = "213:hw4e98gh";
		 }
	 for (i = 0; i < TheLists.length; i++)
		 {
		  if (TheLists[i].indexOf(username) == 0)
			  {
			   var TheSplit = TheLists[i].split(":");
			   var TheUsername = TheSplit[0];
			   var ThePassword = TheSplit[1];
			   if (username == TheUsername && password == ThePassword)
			   {
			    window.location.href='http://shop.compatech.de';
			   }
		  }
	 }
}
	


