           <!--//--><![CDATA[//><!-- 
                function progress(){ 
                intWidth = parseInt(document.getElementById("statusBar").style.width) + 1; 
                if(intWidth <= 400){ 
                     document.getElementById("statusBar").style.width = intWidth+"px"; 
                }else{ 
                     document.getElementById("statusBar").style.width = 0; 
                } 
                     setTimeout("progress()",300); 
                } 
            //--><!]]>
			
			
function ShowRows(val,rowID)
{
//alert(chkID);
//alert(rowID);
		if(val==1){
			document.getElementById(rowID).style.backgroundColor="#eeeeee";
		}
		if(val==0){
			document.getElementById(rowID).style.backgroundColor="white";
		}
}
 
 
 function closemsg(field) {
    document.getElementById(field).style.display='none';
}

function showHints(field) {
    
	document.getElementById(field).style.display='block';
}
function check_ajax_email(email)
{
document.getElementById("msg").innerHTML = "<font color=blue>Checking email address...</font>";

var httpxml;
try
{
// Firefox, Opera 8.0+, Safari
httpxml=new XMLHttpRequest();
}
catch (e)
{
// Internet Explorer
try
{
httpxml=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e)
{
try
{
httpxml=new ActiveXObject("Microsoft.XMLHTTP");
}
catch (e)
{
alert("Your browser does not support AJAX!");
return false;
}
}
}
function stateck() 
{
if(httpxml.readyState==4)
{
//alert(httpxml.responseText);
document.getElementById("msg").innerHTML=httpxml.responseText;

}
}
var url="http://www.leatheroftheworld.com/email-ajax.php";
url=url+"?email="+email;

/*var url="http://bokehman.com/xml_validate.php";
url=url+"?checkEmail="+email;*/
url=url+"&sid="+Math.random();
httpxml.onreadystatechange=stateck;
httpxml.open("GET",url,true);
httpxml.send(null);
}
function check_ajax_email1(email)
{
document.getElementById("msg1").innerHTML = "<font color=blue>Checking email address...</font>";

var httpxml;
try
{
// Firefox, Opera 8.0+, Safari
httpxml=new XMLHttpRequest();
}
catch (e)
{
// Internet Explorer
try
{
httpxml=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e)
{
try
{
httpxml=new ActiveXObject("Microsoft.XMLHTTP");
}
catch (e)
{
alert("Your browser does not support AJAX!");
return false;
}
}
}
function stateck() 
{
if(httpxml.readyState==4)
{
//alert(httpxml.responseText);
document.getElementById("msg1").innerHTML=httpxml.responseText;

}
}
var url="email-ajax.php";
url=url+"?email="+email;

/*var url="http://bokehman.com/xml_validate.php";
url=url+"?checkEmail="+email;*/
url=url+"&sid="+Math.random();
httpxml.onreadystatechange=stateck;
httpxml.open("GET",url,true);
httpxml.send(null);
}


hs.graphicsDir = 'highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
hs.outlineType = 'rounded-white';
hs.captionEval = 'this.thumb.alt';
hs.marginBottom = 105; // make room for the thumbstrip and the controls
hs.numberPosition = 'caption';

// Add the slideshow providing the controlbar and the thumbstrip
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	overlayOptions: {
		className: 'text-controls',
		position: 'bottom center',
		relativeTo: 'viewport',
		offsetY: -60
	},
	thumbstrip: {
		position: 'bottom center',
		mode: 'horizontal',
		relativeTo: 'viewport'
	}
});


hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header';


function showsame(obj,val,show){
	if(show==1){
		if(obj.value==val)
			obj.value=''
	}
	else{
		if(obj.value=='')
			obj.value=val
	}
}
function change_currency(){
	document.formcurrency.submit();
}
