// (c) radio101.de & salsa.at  

d=document; 

function enl_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>"); } 


function pix(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 pixWindow = window.open(url,winname,"scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,location=0,copyhistory=0,width="+width+",height="+height+"");
pixWindow.location.href = url2; pixWindow.moveTo(screenx, screeny);  
}

//function right(e) {if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) {
//alert(" wrong key (to enlarge the color - bordered\n pictures click with the LEFT mouse button) \n\nFalsche Taste (farbig umrahmte Bilder zum Vergrößern nicht\nmit der rechten sondern mit der LINKEN Maustaste anklicken)\n\n   © salsa.at / salsatecas.de");
//return false; }
//else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
//alert(" wrong key (to enlarge the color - bordered\n pictures click with the LEFT mouse button) \n\nFalsche Taste (farbig umrahmte Bilder zum Vergrößern nicht\nmit der rechten sondern mit der LINKEN Maustaste anklicken)\n\n   © salsa.at / salsatecas.de");
//return false; }
//return true; } document.onmousedown=right; 
//if (document.layers) window.captureEvents(Event.MOUSEDOWN);
//window.onmousedown=right;

// copyright: radio101.de  & www.salsa.at //
