/***************************
***   NO RIGHT CLICK SCRIPT
***************************/

message = "All contents Copyright©2006-2009 at Products2Services.com Pages. All Rights Reserved.";
function NoRightClick(b)
{
if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1)) || ((navigator.appName=="Netscape")&&(b.which > 1)))
{
alert(message);
return false;
}
}
document.onmousedown = NoRightClick;

function initstatus()
{
window.defaultStatus='Products2Services.com';
}
//initstatus();





