//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//function clickIE4(){if (event.button==2){return false;}}
//function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){return false;}}}
//if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}
//document.oncontextmenu=new Function("return false");
var barBWidth = 200;
var barBHeight = 17;
var barBgColor = "#a61800";
var barBorderColor = "#b4b4b4";
var barBlockColor = "#272727"; 	
function BeforeSending(){	
	document.getElementById("progbarSubmit").style.visibility = "hidden"; 
	bar1.showBar();
}	

function goToUrl(geturl){location.href = geturl;}

function changeBgColor(obj, color) {obj.style.backgroundColor=color;}
	
function ShowContent(d) {
	if(d.length < 1) { return; }
	//document.getElementById('submenu').style.display = 'block';
	document.getElementById(d).style.display = "block";
}

function HideContent(d) {
	if(d.length < 1) { return; }
	//document.getElementById('submenu').style.display = 'none';
	document.getElementById(d).style.display = "none";
}

function changeMetaTitle(ptitle){
	document.title = ptitle;
	//window.title = ptitle;
}
function changeMetaDesc(pdesc){
	//alert(pdesc);
	document.getElementsByName('Description').content = pdesc;		
	/*
	var yourTag=document.createElement('meta');
	window.getSelection ? yourTag.name='your name' : yourTag.Name='your name' //all lower-case doesn't work in IE7, and only all-lowercase works in FF
	yourTag.content='your content';
	document.getElementsByTagName('head')[0].appendChild(yourTag);
	alert('Contents of HEAD section:'+document.getElementsByTagName('head')[0].innerHTML);
	*/

}

/*jQuery(function(){
    jQuery('.ads-scroller').vTicker({
       speed: 500,
       pause: 3000,
       showItems: 3,
       animation: 'fade',
       mousePause: true
    });
});*/    