// FEUILLE CSS
Navigateur = navigator.appName;
if (Navigateur == 'Netscape') { document.write(''); }
else { if (Navigateur == 'Microsoft Internet Explorer') { document.write(''); } else { document.write(''); }}
// SELECT_MULTIPLE
function is_one_selected(obj)
{
for(var no=0; no < obj.length ;no++)
if(obj[no].selected)
return true;
return false;
}
// POP-UP
function openWin(theURL,winName,features) { opwin = window.open(theURL,winName,features); opwin.focus(); }
// FAVORI
var bookmarkurl="http://www.telemer.com"
var bookmarktitle="telemer.com - Portail de la pêche en Cornouaille"
function addbookmark() {
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
// ANTI-FRAME
if (parent != self) { top.location.href = self.location.href }
// MENU
var b ="/";
data = new Array(
new Array("actualites/index.php","Actualités"),
new Array("revue/index.php","Revue de presse"),
new Array("chiffres/index.php","Chiffres clés"),
new Array("veille/index.php","Veille"),
new Array("recettes/index.php","Recettes"),
new Array("recette","",""),
new Array("agenda/index.php","Agenda"),
new Array("meteo/index.php","Météo"),
new Array("pa/index.php","Petites annonces"),
new Array("carnets/index.php","Carnets d'adresses"),
new Array("telemerpro/index.php","Service Telemer Pro"),
new Array("qui/index.php","Pesca Cornouaille..."),
new Array("ports/index.php","Les ports"),
new Array("contact/index.php","Contactez-nous")
);
if(document.images)
{
var off = new Image();
var on = new Image();
off.src = b+"globimg/ffffff.gif";
on.src = b+"globimg/ffebcc.gif";
}
function rollOverOn(nom) { if(document.images) { eval("document.images['"+nom+"'].src = on.src"); }}
function rollOverOff(nom) { if(document.images) { eval("document.images['"+nom+"'].src = off.src"); }}
var d = document;
men01 = '
';
function Menu(targ,selObj,restore)
{
var m1 = d.cuisine.th_id.options[d.cuisine.th_id.selectedIndex].value;
var m2 = d.cuisine.sth_id.options[d.cuisine.sth_id.selectedIndex].value;
eval(targ+".location='index.php?th_id="+m1+"&sth_id="+m2+"'");
}
function actu(){
d.write('
');
}
// DEFILEMENT TOP & COLONNE
var scrollerwidth='130px'
var scrollerheight='116px'
var scrollerbgcolor=''
var scrollerbackground=''
var messages=new Array()
messages[0]="PA.06.3 - 27/06/2006 Vedette polyester avec PME de 8m / 2.95m, 4.55 UMS, moteur Baudouin série 6S108SR12 fin 2002 88 kw, 2300h, électronique ... "
messages[1]="PA.06.2 - 27/04/2006 Vends vedette de peche avec PME. Année 1998 Longueur 8 m Largeur 2.80 Vitesse 21 noeuds. Moteur : Type AD 41 Volvo Z DRI... "
messages[2]="PA.05.1 - 11/08/2005 A Vendre CHALUTIER COQUILLIER Pêche arrière polyvalent en bois - 9.60 m - 102 CV CONTACT Remy DAGORNE Tel : 06 85 34 ... "
var ie=document.all
var dom=document.getElementById
if (messages.length>2)
i=2
else
i=0
function move1(whichlayer) {
tlayer=eval(whichlayer)
if (tlayer.top>0&&tlayer.top<=5) {
tlayer.top=0
setTimeout("move1(tlayer)",5000)
setTimeout("move2(document.main.document.second)",5000)
return
}
if (tlayer.top>=tlayer.document.height*-1) {
tlayer.top-=5
setTimeout("move1(tlayer)",50)
} else {
tlayer.top=parseInt(scrollerheight)
tlayer.document.write(messages[i])
tlayer.document.close()
if (i==messages.length-1)
i=0
else
i++
}}
function move2(whichlayer) {
tlayer2=eval(whichlayer)
if (tlayer2.top>0&&tlayer2.top<=5) {
tlayer2.top=0
setTimeout("move2(tlayer2)",5000)
setTimeout("move1(document.main.document.first)",5000)
return
}
if (tlayer2.top>=tlayer2.document.height*-1) {
tlayer2.top-=5
setTimeout("move2(tlayer2)",50)
} else {
tlayer2.top=parseInt(scrollerheight)
tlayer2.document.write(messages[i])
tlayer2.document.close()
if (i==messages.length-1)
i=0
else
i++
}}
function move3(whichdiv) {
tdiv=eval(whichdiv)
if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5) {
tdiv.style.top=0+"px"
setTimeout("move3(tdiv)",5000)
setTimeout("move4(second2_obj)",5000)
return
}
if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1) {
tdiv.style.top=parseInt(tdiv.style.top)-5+"px"
setTimeout("move3(tdiv)",50)
} else {
tdiv.style.top=parseInt(scrollerheight)
tdiv.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}}
function move4(whichdiv) {
tdiv2=eval(whichdiv)
if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5) {
tdiv2.style.top=0+"px"
setTimeout("move4(tdiv2)",5000)
setTimeout("move3(first2_obj)",5000)
return
}
if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1) {
tdiv2.style.top=parseInt(tdiv2.style.top)-5+"px"
setTimeout("move4(second2_obj)",50)
} else {
tdiv2.style.top=parseInt(scrollerheight)
tdiv2.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}}
function startscroll() {
if (ie||dom) {
first2_obj=ie? first2 : document.getElementById("first2")
second2_obj=ie? second2 : document.getElementById("second2")
move3(first2_obj)
second2_obj.style.top=scrollerheight
second2_obj.style.visibility='visible'
} else if (document.layers) {
document.main.visibility='show'
move1(document.main.document.first)
document.main.document.second.top=parseInt(scrollerheight)+5
document.main.document.second.visibility='show'
setTimeout("window.onresize",450)
intializemarquee()
}}
window.onload=startscroll
// FONCTION MAIL
function is_email (emailStr) {return emailCheck(emailStr)}
function emailCheck (emailStr) {
var checkTLD=1;
var knownDomsPat=/^(com|net|org|edu|int|mil|gov|arpa|biz|aero|name|coop|info|pro|museum)$/;
var emailPat=/^(.+)@(.+)$/;
var specialChars="\\(\\)><@,;:\\\\\\\"\\.\\[\\]";
var validChars="\[^\\s" + specialChars + "\]";
var quotedUser="(\"[^\"]*\")";
var ipDomainPat=/^\[(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\]$/;
var atom=validChars + '+';
var word="(" + atom + "|" + quotedUser + ")";
var userPat=new RegExp("^" + word + "(\\." + word + ")*$");
var domainPat=new RegExp("^" + atom + "(\\." + atom +")*$");
var matchArray=emailStr.match(emailPat);
if (matchArray==null) {return false;}
var user=matchArray[1];
var domain=matchArray[2];
for (i=0; i127) {return false;} }
for (i=0; i127) {return false;} }
if (user.match(userPat)==null) {return false;}
var IPArray=domain.match(ipDomainPat);
if (IPArray!=null) { for (var i=1;i<=4;i++) { if (IPArray[i]>255) {return false;} } return true; }
var atomPat=new RegExp("^" + atom + "$");
var domArr=domain.split(".");
var len=domArr.length;
for (i=0;i