// JS file form form input values

function FValue (FID) {

	tempValue = document.getElementById(FID).value;

	document.getElementById(FID).value = "";

}

function FValue2 (FID) {

	if (document.getElementById(FID).value == "")
	
	{
		document.getElementById(FID).value = tempValue
		}

}

//- Silder
$(document).ready(
	function(){
	$('ul#portfolio').innerfade({
		speed: 1600,
		timeout: 8000,
		type: 'sequence',
		containerheight: '256px'
	})
});

//-- Testimonial
$(document).ready(
	function(){
	$('ul#testimonial').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '120px'
	})
});
