function flash(file, width, height)
{
document.write('<object type="application/x-shockwave-flash" data="files_site/'+file+'" width="'+width+'" height="'+height+'">\n');
document.write('<param name="movie" value="files_site/'+file+'" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="loop" value="true" />\n');
document.write('</object>\n');
}

function changeIt() {
   if(document.getElementById('email').value == "email") {
		document.getElementById('email').value = '';
   }
   if(document.getElementById('passwd').value == "*******") {
		document.getElementById('passwd').value = '';
   }
}

function CreateBookmarkLink() {

 	title = "Vente-en-or.com - Site de ventes privées"; 
	url = "http://www.vente-en-or.com/index.php";

	if (window.sidebar) { // Mozilla Firefox Bookmark
		window.sidebar.addPanel(title, url, "");
	} else if( window.external ) { // IE Favorite
		window.external.AddFavorite( url, title); }
	else if(window.opera && window.print) { // Opera Hotlist
		return true; 
	}
}