
	function showpathedit($pathedit)			
		
		{
			
		window.open($pathedit,'_self',false);
		       }
			   
		
		
		
		
		
		function dateinput (inp,boo)
{
	if (boo == true)
	{
	inp.style.color = "#000000";
	inp.value = "";
	displayCalendar(document.getElementById('txtdate1'),'mm-dd-yyyy',inp);
	}
	else
	{
		if (inp.value == "")
		{
			inp.value = "Date";
			inp.style.color = "#666666";
		}	
	}
}
function selinput (inp,boo)
{
	if (boo == true)
	{
	inp.style.color = "#000000";
	
	
	}
	else
	{
		if (inp.value == "0")
		{
			
			inp.style.color = "#666666";
		}	
	}
}

function postinput (inp,boo)
{
	if (boo == true)
	{
	inp.style.color = "#000000";
	inp.value = "";
	
	}
	else
	{
		if (inp.value == "")
		{
			inp.value = "Post Code";
			inp.style.color = "#666666";
		}	
	}
}
		
				
