// (c) radio101.de & salsa.at  
// <META NAME="ROBOTS" content="NOINDEX, NOFOLLOW">

d=document; 

// common 
function enl_txt() {
document.write ("<P>");
}
//document.write ("<P><FONT SIZE=2 COLOR=\"#44ff55\">(<A HREF=\"../member.htm\">Passwortinhaber</A>: die farbig umrandeten Bilder kannst Du zum Vergrößern anklicken und dann mit ALT+F4 wieder schliessen ");
//document.write ("<BR><FONT COLOR=\"#ffff22\"> click at the colour-bordered pictures to enlarge them (close that new window: ALT+F4</A>) </FONT>");
//document.write (" &nbsp; - &nbsp; <FONT COLOR=\"#ff3300\"> Pulsa sobre la foto para ampliar</FONT>)<BR></FONT>"); } 

//austria no pw 
function enla_txt() {
document.write ("<P><FONT SIZE=2 COLOR=\"#44ff55\">(Die farbig umrandeten Bilder kannst Du zum Vergrößern anklicken und dann mit ALT+F4 wieder schliessen ");
document.write ("<BR><FONT COLOR=\"#ffff22\"> click at the colour-bordered pictures to enlarge them (close that new window: ALT+F4</A>) </FONT>");
document.write (" &nbsp; - &nbsp; <FONT COLOR=\"#ff3300\"> Pulsa sobre la foto para ampliar</FONT>)<BR></FONT>"); } 

//benelux no pw & nederlands
function enlnl_txt() {
document.write ("<P><FONT SIZE=2><FONT COLOR=\"#ffff22\"> click at the colour-bordered pictures to enlarge them (close that new window: ALT+F4</A>) <BR></FONT>");
document.write ("<FONT COLOR=\"#ffaa33\">De foto's die een gekleurde rand hebben, kunnen vergroot worden door er op te klikken. ");
document.write ("<BR>Alt+F4 sluit het nieuwe venster van de foto. </FONT> &nbsp; &nbsp; <FONT COLOR=\"#ff3300\"> Pulsa sobre la foto para ampliar</FONT>");
document.write ("<BR><FONT SIZE=2 COLOR=\"#44ff55\">Die farbig umrandeten Bilder kannst Du zum Vergrößern anklicken und mit ALT+F4 wieder schliessen</FONT> ");
document.write (" <BR></FONT>"); } 


////////////////////////////////////////
var xx2, yy2, title, pixWindow, config, Picture = "salsa";

function pix(url,winname,xxx,yyy,screenx,screeny) {

if (winname==null) winname="_blank"; var url2='http://www.salsatecas.net/1/' + url ; 
var wo = location.href.substring(0, 13) ;
if ( (wo == 'file:///D:/IN') || (wo == 'file:///D|/IN' ) ) { var url2= '../1/' + url ; } 

// FALLS KEIN JPG: 
if (url2.match (/.htm/) ){if (navigator.appName == 'Netscape') { width=xxx+2; height=yyy+2; }
else if (navigator.appName == 'Microsoft Internet Explorer') { width=xxx+10; height=yyy+10; }
var pixWindow = window.open(url2,winname,"scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=1,location=0,copyhistory=1,width="+width+",height="+height+"");
pixWindow.location.href = url2; pixWindow.moveTo(screenx, screeny); 
} else { 


	if (pixWindow && !pixWindow.closed)	pixWindow.close();
	if (!title)	title="salsapictures.com - salsatecas.de - salsa.at";
	if (winname==null) winname="_blank"; 
//if (navigator.appName == 'Netscape') { width=xxx+6; height=yyy+6; }
//else if (navigator.appName == 'Microsoft Internet Explorer') { width=xxx+18; height=yyy+18; }
	var data = "left="+Math.floor((screen.availWidth-xxx)/8);
	data+= ",top="+Math.floor((screen.availHeight-yyy)/2);
	data+= ",width="+(xxx > screen.availWidth-10 ? screen.availWidth-10 : xxx);
	data+= ",height="+(yyy > screen.availHeight-10 ? screen.availHeight-10 : yyy);
	data+= ","+(config?config:"scrollbars=no,resizable=no");

	pixWindow = window.open("",Picture,data);
//	pixWindow = window.open(url2,winname,"scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=1,location=0,copyhistory=0,width="+width+",height="+height+"");
	pixWindow.document.open();
	pixWindow.document.writeln('<ht'+'ml><HE'+'AD>');
	pixWindow.document.writeln('<ti'+'tle>'+title+' - picture No.: '+url+'</ti'+'tle>');
	pixWindow.document.writeln('<scr'+'ipt>\n<!--');
	pixWindow.document.writeln('if (document.layers) document.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP); document.onmousedown=md; document.onmouseup=mu; document.oncontextmenu=cm;');
	pixWindow.document.writeln('function md(evt) { if (evt&&evt.which==3) return false; return true; } ');
	pixWindow.document.writeln('function mu(evt) { self.close(); }'); 
	pixWindow.document.writeln('function cm(evt) {  ');
	pixWindow.document.writeln('alert(\" Dieses Material (Fotos, Texte) unterliegt dem Urheberrecht. Jede Verwendung dieser Fotos und Texte (oder von Ausschnitten davon) - insbesondere auf anderen Webseiten oder Flyern - ohne unsere vorherige Genehmigung ist nicht gestattet (siehe dazu auch Absatz I unserer AGBs \/ Impressum). \\n   \\nCOPYRIGHTED MATERIAL: No part of these pages (e.g. photographies, texts) may be used, reproduced, copied or modified without prior consent of salsatecas.net and salsa.at    \\n\\n   © salsa.at / salsatecas.net.\");');
	pixWindow.document.writeln(' return false; }');
	pixWindow.document.writeln('//-->\n</scr'+'ipt>');
	pixWindow.document.writeln('</he'+'ad>');
	pixWindow.document.writeln('<body background="'+url2+'" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
	pixWindow.document.writeln('</body></HTML>');
	pixWindow.document.close();
	if (parseInt(navigator.appVersion) >= 4)	pixWindow.focus();


//Public domain cookie code: written by Bill Dortch, hIdaho Design (bdortch@netw.com)
//call of picture sets a cookie to open hinwWindow just once: 
function getCookieVal (offset) { 
var endstr = document.cookie.indexOf (";", offset);
 if (endstr == -1)  endstr = document.cookie.length;
 return unescape(document.cookie.substring(offset, endstr));  }
function GetCookie (name) { var arg = name + "=";
 var alen = arg.length; var clen = document.cookie.length;
 var i = 0; while (i < clen) { var j = i + alen;  if (document.cookie.substring(i, j) == arg)
 return getCookieVal (j);  i = document.cookie.indexOf(" ", i) + 1;
 if (i == 0) break;  } return null; }
function SetCookie (name, value) { SetCookie.arguments;
document.cookie = name + "=" + escape (value) ;
//document.write ('escape(value): ' +  escape(value) ) ; document.write ('<P>'); 
//document.write ('SetCookie.arguments: ' + SetCookie.arguments); dcument.write ('<P>'); 
//document.write ('document.cookie.length: ' + document.cookie.length); document.write ('<P>'); 
//document.write ('document.cookie: ' + document.cookie); 
}; 
var expdate = new Date(); 
var num; expdate.setTime(expdate.getTime() + (10000000)); 
 if(!(num = GetCookie("counter")))  num = 0;  num++;
 SetCookie ("counter", num, expdate);  if (num == 1) { 
/// GEÄNDERT DAMI KEIN PW NÖTIG: var hinwWindow = window.open("../pix_hinw.htm","Hinweis","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,width=360,height=220"); 
///hinwWindow.moveTo((screen.width-390),(screen.height-350)); 
};

//var pixWindow = window.open(url2,winname,"scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=1,location=0,copyhistory=1,width="+width+",height="+height+"");
//pixWindow.location.href = url2; pixWindow.moveTo(screenx, screeny);  

//var url3 = '../1/co.php3&ref=' + url2.substring(url2.length - 11, url2.length - 4); 

//window.open("../1/co.php3","Hallo_","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=3,height=3"); 


} /// END MATCH / ELSE 
////////////////////////////////////////////////////end pix
}


// benelux: PW
function pix_bnl(url,winname,xxx,yyy,screenx,screeny) {if (navigator.appName == 'Netscape') { width=xxx+16; height=yyy+16; }
else if (navigator.appName == 'Microsoft Internet Explorer') { width=xxx+28; height=yyy+28; }
if (winname==null) winname="_blank"; var url2='http://www.salsatecas.net/1/benelux/' + url ; 
var wo = location.href.substring(0, 13) ;
if ( (wo == 'file:///D:/IN') || (wo == 'file:///D|/IN' ) ) { var url2= '../1/benelux/' + url ; } 

var pixWindow = window.open(url2,winname,"scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=1,location=0,copyhistory=1,width="+width+",height="+height+"");
pixWindow.location.href = url2;  pixWindow.moveTo(screenx, screeny); 
 }

// koeln: PW
function pix_ext(url,winname,xxx,yyy,screenx,screeny) { if (navigator.appName == 'Netscape') { width=xxx+16; height=yyy+16; }
else if (navigator.appName == 'Microsoft Internet Explorer') { width=xxx+28; height=yyy+28; }
if (winname==null) winname="_blank"; var url2='http://www.salsatecas.net/1/' + url ; 
var wo = location.href.substring(0, 13) ;
if ( (wo == 'file:///D:/IN') || (wo == 'file:///D|/IN' ) ) { var url2= '../1/' + url ; } 

var pixWindow = window.open(url2,winname,"scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=1,location=0,copyhistory=1,width="+width+",height="+height+"");
pixWindow.location.href = url2; pixWindow.moveTo(screenx, screeny); 
 }

// aachen: PW   
function pix_ac(url,winname,xxx,yyy,screenx,screeny) { if (navigator.appName == 'Netscape') { width=xxx+16; height=yyy+16; }
else if (navigator.appName == 'Microsoft Internet Explorer') { width=xxx+28; height=yyy+28; }
if (winname==null) winname="_blank"; var url2='http://www.salsatecas.net/1/' + url ; 
var wo = location.href.substring(0, 13) ;
if ( (wo == 'file:///D:/IN') || (wo == 'file:///D|/IN' ) ) { var url2= '../1/' + url ; } 

var pixWindow = window.open(url2,winname,"scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=1,location=0,copyhistory=1,width="+width+",height="+height+"");
pixWindow.location.href = url2; pixWindow.moveTo(screenx, screeny); 
 }

// muenchen: PW   
function pix_m(url,winname,xxx,yyy,screenx,screeny) { if (navigator.appName == 'Netscape') { width=xxx+16; height=yyy+16; }
else if (navigator.appName == 'Microsoft Internet Explorer') { width=xxx+28; height=yyy+28; }
if (winname==null) winname="_blank"; var url2='http://www.salsatecas.net/1/' + url ; 
var wo = location.href.substring(0, 13) ;
if ( (wo == 'file:///D:/IN') || (wo == 'file:///D|/IN' ) ) { var url2= '../1/' + url ; } 

var pixWindow = window.open(url2,winname,"scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=1,location=0,copyhistory=1,width="+width+",height="+height+"");
pixWindow.location.href = url2; pixWindow.moveTo(screenx, screeny); 
 }

// oesterreich: 
function pix_aus(url,winname,xxx,yyy,screenx,screeny) { 

if (winname==null) winname="_blank"; var url2='http://www.salsatecas.net/1/' + url ; 
var wo = location.href.substring(0, 13) ;
if ( (wo == 'file:///D:/IN') || (wo == 'file:///D|/IN' ) ) { var url2= '../1/' + url ; } 

	if (pixWindow && !pixWindow.closed)	pixWindow.close();
	if (!title)	title="salsa.at - salsapictures.com - salsatecas.net";
	if (winname==null) winname="_blank"; 
//if (navigator.appName == 'Netscape') { width=xxx+6; height=yyy+6; }
//else if (navigator.appName == 'Microsoft Internet Explorer') { width=xxx+18; height=yyy+18; }
	var data = "left="+Math.floor((screen.availWidth-xxx)/8);
	data+= ",top="+Math.floor((screen.availHeight-yyy)/2);
	data+= ",width="+(xxx > screen.availWidth-10 ? screen.availWidth-10 : xxx);
	data+= ",height="+(yyy > screen.availHeight-10 ? screen.availHeight-10 : yyy);
	data+= ","+(config?config:"scrollbars=no,resizable=no");

	pixWindow = window.open("",Picture,data);
//	pixWindow = window.open(url2,winname,"scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=1,location=0,copyhistory=0,width="+width+",height="+height+"");
	pixWindow.document.open();
	pixWindow.document.writeln('<html><HEAD>');
	pixWindow.document.writeln('<title>'+title+'</title>');
//	pixWindow.document.writeln('<scr'+'ipt>\n<!--');
//	pixWindow.document.writeln('if (document.layers) document.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP); document.onmousedown=md; document.onmouseup=mu; document.oncontextmenu=cm;');
//	pixWindow.document.writeln('function md(evt) { if (evt&&evt.which==3) return false; return true; } function mu(evt) { self.close(); } function cm(evt) { return false; }');
//	pixWindow.document.writeln('//-->\n</scr'+'ipt>');
	pixWindow.document.writeln('</head>');
	pixWindow.document.writeln('<body background="'+url2+'" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
	pixWindow.document.writeln('</body></HTML>');
	pixWindow.document.close();
	if (parseInt(navigator.appVersion) >= 4)	pixWindow.focus();





 }

var xx2, yy2, title, rwObj, mouseX, mouseY, docX, docY, pixWindow, config, winPop = "popWin", Picture = "salsa";

function pix_free(url,winname,xxx,yyy,screenx,screeny) {
	if (pixWindow && !pixWindow.closed)	pixWindow.close();
	if (!title)	title="salsapictures.com - salsatecas.de - salsa.at";
	if (winname==null) winname="_blank"; 
//if (navigator.appName == 'Netscape') { width=xxx+6; height=yyy+6; }
//else if (navigator.appName == 'Microsoft Internet Explorer') { width=xxx+18; height=yyy+18; }
	var data = "left="+Math.floor((screen.availWidth-xxx)/8);
	data+= ",top="+Math.floor((screen.availHeight-yyy)/2);
	data+= ",width="+(xxx > screen.availWidth-10 ? screen.availWidth-10 : xxx);
	data+= ",height="+(yyy > screen.availHeight-10 ? screen.availHeight-10 : yyy);
	data+= ","+(config?config:"scrollbars=no,resizable=no");

	pixWindow = window.open("",Picture,data);
//	pixWindow = window.open(url,winname,"scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=1,location=0,copyhistory=0,width="+width+",height="+height+"");
	pixWindow.document.open();
	pixWindow.document.writeln('<ht'+'ml><HE'+'AD>');
	pixWindow.document.writeln('<ti'+'tle>'+title+' - picture No.: '+url+'</ti'+'tle>');
	pixWindow.document.writeln('<scr'+'ipt>\n<!--');
	pixWindow.document.writeln('if (document.layers) document.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP); document.onmousedown=md; document.onmouseup=mu; document.oncontextmenu=cm;');
	pixWindow.document.writeln('function md(evt) { if (evt&&evt.which==3) return false; return true; } ');
	pixWindow.document.writeln('function mu(evt) { self.close(); }'); 
	pixWindow.document.writeln('function cm(evt) { ');
	pixWindow.document.writeln('alert(\" Dieses Material (Fotos, Texte) unterliegt unserem Urheberrecht. Jede Verwendung dieser Fotos und Texte (oder von Ausschnitten davon) - insbesondere auf anderen Webseiten oder Flyern - ohne unsere vorherige Genehmigung ist nicht gestattet. \\n   \\n COPYRIGHTED MATERIAL: No part of these pages (e.g. photographies, texts) may be used, reproduced, copied or modified without our prior consent.\");');
	pixWindow.document.writeln(' return false; }');
	pixWindow.document.writeln('//-->\n</scr'+'ipt>');
	pixWindow.document.writeln('</he'+'ad>');
	pixWindow.document.writeln('<bo'+'dy background="'+url+'" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
	pixWindow.document.writeln('</b'+'ody></HT'+'ML>');
	pixWindow.document.close();
	if (parseInt(navigator.appVersion) >= 4)	pixWindow.focus();
//pixWindow.moveTo(screenx, screeny);  
 }

// SCHWARZES BRETT: NO PW    
function pix_anno(url,winname,xxx,yyy,screenx,screeny) { if (navigator.appName == 'Netscape') { width=xxx+16; height=yyy+16; }
else if (navigator.appName == 'Microsoft Internet Explorer') { width=xxx+28; height=yyy+28; }
if (winname==null) winname="_blank"; var url2='http://www.salsatecas.net/guest/' + url ; 
var wo = location.href.substring(0, 13) ;
if ( (wo == 'file:///D:/IN') || (wo == 'file:///D|/IN' ) ) { var url2= '' + url ; } 

var pixWindow = window.open(url2,winname,"scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=1,location=0,copyhistory=1,width="+width+",height="+height+"");
pixWindow.location.href = url2; pixWindow.moveTo(screenx, screeny); 
 }

function pxx(url,winname,width,height) {
if (winname==null) winname="_blank";
var pxxWindow = window.open(url,winname="_blank","scrollbars=1,toolbar=1,location=1,directories=0,status=0,resizable=1,copyhistory=1,width="+(screen.width-10)+",height="+(screen.height-98)+"");
pxxWindow.location.href = url; pxxWindow.moveTo(0, 0);  }


function right(e) {if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) {
alert(" Dieses Material (Fotos, Texte) unterliegt dem Urheberrecht. Jede Verwendung dieser Fotos und Texte (oder von Ausschnitten davon) - insbesondere auf anderen Webseiten oder Flyern - ohne unsere vorherige Genehmigung ist nicht gestattet und wird von uns und/oder dem betreffenden Fotografen zivil- und strafrechtlich verfolgt (siehe dazu auch Absatz I unserer AGBs / Impressum). \n   \nCOPYRIGHTED MATERIAL: No part of these pages (e.g. photographies, texts) may be used, reproduced, copied or modified without prior consent of salsatecas.net and salsa.at    \n\n   © salsa.at / salsatecas.net");
return false; }
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
alert(" Dieses Material (Fotos, Texte) unterliegt dem Urheberrecht. Jede Verwendung dieser Fotos und Texte (oder von Ausschnitten davon) - insbesondere auf anderen Webseiten oder Flyern - ohne unsere vorherige Genehmigung ist nicht gestattet und wird von uns und/oder dem betreffenden Fotografen zivil- und strafrechtlich verfolgt (siehe dazu auch Absatz I unserer AGBs / Impressum). \n   \nCOPYRIGHTED MATERIAL: No part of these pages (e.g. photographies, texts) may be used, reproduced, copied or modified without prior consent of salsatecas.net and salsa.at    \n\n   © salsa.at / salsatecas.net");
return false; }
return true; } document.onmousedown=right; 
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

// copyright: radio101.de  & www.salsa.at //
