<!--

function presence_frame() {
	if (parent.location.href == self.location.href) {
		window.location.href = 'index.php';
		}
	}

function openPic(picName) {
	newWindow=window.open("","picWindow","scrollbars=no,resizable=no,width=650,height=550");
	newWindow.document.open()
	newWindow.document.write('<html><title>PLIE-EVE.fr</title><body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 onload="self.focus();" OnBlur="self.onBlur=setTimeout(\'self.close()\',1000);"><table border="0" cellspacing="0" cellpadding="0" width="500" align="center" height="100%"><tr><td align="center" valign="middle"><img src="image/blocks/'+picName+'.jpg" border=8 alt=""><br><br><font face=Verdana size=2 color=#0066FF>copyright © 2007 PLIE-EVE.FR</font></td></tr></table></body></html>');
	newWindow.document.close()
	}
	
function runSound(soundName) {
	parent.sound_page.document.close();
	parent.sound_page.document.open();
	parent.sound_page.document.writeln('<html>');
	parent.sound_page.document.writeln('<title>DJEMBE.FR - Percussions Mandingues</title><body bgcolor=#000000 leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
	parent.sound_page.document.writeln('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3,0,0,0" WIDTH="5" HEIGHT="5" ID="isound"><PARAM NAME=movie VALUE="'+soundName+'"><PARAM NAME=menu VALUE=false><PARAM NAME=wmode VALUE=transparent><PARAM NAME=bgcolor VALUE=#000000><param name="LOOP" value="false"><EMBED name="isound" src="'+soundName+'" loop="false" menu=false quality=autolow wmode=transparent bgcolor=#000000 WIDTH="5" HEIGHT="5" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT>')
	parent.sound_page.document.writeln('</body>');
	parent.sound_page.document.writeln('</html>');
	parent.sound_page.document.close();
	}


//-->
