// scripts Spider
function openGame (url,wi,he) {
	window.open (url,"JeuxSpider","width="+wi+", height="+he+", directories=no, location=no, menubar=no, resizable=no, scrollbars=no, status=no, toolbar=no");
}

