var et = "@";
var p = ".";
var id1 = "wetzel";
var id2 = "bo";
var typ = "com";
var ou1 = "ol";
var ou2 = "a"
function FB (obj1) {  // PayPal FORM business value
  if (obj1.business)       // pas vide > remplace 
    obj1.business.value = id1 + id2 + et + ou2 + ou1 + p + typ;
  return true;             // make it work...
}
function FM (obj1) {obj1.href = "mailto:" + id1 + id2 + et + ou2 + ou1 + p + typ;
  return true;}
function rac(cRef){window.open(cRef,'','width=800,height=600,scrollbars=1,status=0,top=0,left=0,resizable=1');}
function diction(cRef){window.open(cRef,'','width=540,height=510,scrollbars=1,status=0,top=10,left=10,resizable=1');}
function lot(cRef){window.open(cRef,'','width=400,height=480,scrollbars=0,status=0,top=50,left=100,resizable=no');}
function OpenNewWindow(cPicture,cMessage)
{ output="";NewWindow=window.open("","_blank","HEIGHT=470,WIDTH=530,resizable=no,top=10,left=10");
output+="<HTML><HEAD><TITLE> P H O T O &nbsp; &nbsp; G A L L E R Y &nbsp; for Dragonfly Trimarans -  USER FORUM  </TITLE></HEAD><BODY BACKGROUND='images/bg.jpg'>"
output+="<div align='center'><table><tr align='center'><td height='410'><font face='Verdana' size='2'><b><IMG SRC="+(cPicture)+" border='1'><br>"+(cMessage)+"</b></font></td</tr>"
output+="<tr><td align='center'height='25'><FORM><INPUT TYPE='button' VALUE='Close This Window' onClick='self.close()'><br></FORM></td></tr></table></div></BODY></HTML>"
NewWindow.document.write (output);NewWindow.document.close();	return false;}