	document.oncontextmenu = function()
{
alert('Copyright by Mark Dalton, www.MarkDaltonxxx.com All rights reserved.');
return false
}
document.write("<title>"); 
document.write('www.MarkDaltonxxx.com :: Version 2 :: The Official website of Mark Dalton :: www.MD3X.com ::'); 
document.write('</title>');
<!--
function bookmarksite(title, url){
if ( navigator.appName != 'Microsoft Internet Explorer' )
	{ 
	window.sidebar.addPanel(title, url,""); 
	}
else 
	{ 
	window.external.AddFavorite(url,title); 
	}
}
// -->
function fullscreen(page)
{
var opciones=("toolbar=no,location=no, directories=no, status=no, menubar=no ,scrollbars=no, resizable=no, fullscreen=yes");
window.open(page,"",opciones);
}
