function rightclick()
{
/*alert('All rights reserved by She-International Escort Service.');*/
}
function noclick(scx)
{
if (navigator.appName == "Netscape" && scx.which == 3)
{
/*rightclick();
return false; */
}
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2)
{
/*rightclick();
return false; */
}
}
document.onmousedown = noclick

