/********************************************************/

var message = ""; 

function clickIE(){
if (event.button==2) {(message);return false;}}

function clickNS(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3) {(message);return false;}}}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else if (document.all&&!document.getElementById){document.onmousedown=clickIE;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")

/********************************************************/

function disableSelection(target){
if (typeof target.onselectstart!="undefined")
	target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined")
	target.style.MozUserSelect="none"
else
	target.onmousedown=function(){return false}
target.style.cursor = "default"}

/********************************************************/

function breakout_of_frame(){
if (window.frames)
	{
	if (parent != self)
		{
		top.location.href = self.location.href;
		}
	}
return;
}

/********************************************************/

function check_frameset(url){
if (parent == self)
	{
	location.href=url;
	}
return;
}

/********************************************************/

var addthis_pub = 'nileshkshah';
var addthis_brand = '<sup><b>nileshshah.co.nr</b></sup>';
var addthis_logo = 'http://nilesh.cad.googlepages.com/icon_ns.gif';
var addthis_logo_background = 'ffffff';
var addthis_logo_color = 'aaaaaa';
var addthis_options = 'digg, delicious, facebook, myspace, twitter, google, live, favorites, more';
var addthis_localize = { email: 'Tell a Friend', email_caption: 'Tell a Friend' };
var addthis_header_color = '#ffffff';
var addthis_header_background = '#c9202d';

/********************************************************/

function feedback(){emailwindow=dhtmlmodal.open('FeedBack', 'iframe', '/FeedBack/', 'nileshshah.co.nr : FeedBack Page', 'width=700px,height=500px,center=1,resize=0,scrolling=1')}

/********************************************************/
