function reload() {
	if (navigator.appVersion.indexOf("Mac") > 0 ) document.location = document.location;
}

function help() {
	window.open("help.php","Help", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,alwaysRaised=1,dependent=1,titlebar=0,screenX=30,screenY=30,z-lock=0,width=317,height=318");
}

function memory() {
	window.open("memory/eng/memory.html", "Memory", 'status=no,width=566,height=413,resizable=0,dependent=1,alwaysRaised=1,dependent=1,directories=0,status=0,titlebar=0,scrollbars=no,top=' + (screen.availHeight -640 ) / 2 + ',left=' + (screen.availWidth -800)/ 2);
}

function showDCREmbed(w, h) {
	var html = '';
	html += '<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" ';
	html += 'id="loslogos" width="'+w+'" height="'+h+'">';
	html += '<param name="src" value="loslogos4.dcr" />';
	html += '<param name="bgcolor" value="#FF0000" />';
	html += '<param name="swRemote" value="swSaveEnabled=\'false\' swVolume=\'false\' swRestart=\'false\' swPausePlay=\'false\' swFastForward=\'false\' swContextMenu=\'false\' "/>';
	html += '<param name="swStretchStyle" value="none" />';
	html += '<embed src="loslogos4.dcr" name="loslogos" width="'+w+'" height="'+h+'" bgColor="#FF0000"';
	html += ' swRemote="swSaveEnabled=\'false\' swVolume=\'false\' swRestart=\'false\' swPausePlay=\'false\' swFastForward=\'false\' swContextMenu=\'false\'" '; 
	html += ' swStretchStyle="meet" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"></embed>';
	html += '</object>';
	document.write(html);
}