function subnl()
{
	if (document.all.emailaddress.value=="")
	{
		alert("Please enter emailaddress");
	}		
	else
	{
		document.newsletterform.email.value=document.all.emailaddress.value;
		document.newsletterform.submit();
	}
}
function setDefaultUserName()
{

	if(document.all.UserID.value=="Username")
	{
		document.all.UserID.value="";
		document.all.UserID.focus();
		return false;
	}

	if(document.all.UserID.value=="")
	{
		document.all.UserID.value="Username";
		document.all.UserID.focus();
		return false;
	}

}
function setDefaultEmail()
{

if(document.all.emailaddress.value=="Sign up for our newsletter")
{
	document.all.emailaddress.value="";
	document.all.emailaddress.focus();
	return false;
}

if(document.all.emailaddress.value=="")
{
	document.all.emailaddress.value="Sign up for our newsletter";
	document.all.emailaddress.focus();
	return false;
}
}

function btnroll(theid , thestate)
{
	if (theid==1)
	{
		if (thestate==1)
			document.getElementById("becomemember1").src="images/MEMBER_1BLUE.jpg"

		if (thestate==2)
			document.getElementById("becomemember1").src="images/MEMBER_1GREEN.jpg"
	}

	if (theid==2)
	{
		if (thestate==1)
			document.getElementById("subbtn").src="images/SUBMITBLUEWB.jpg"

		if (thestate==2)
			document.getElementById("subbtn").src="images/submit.jpg"
		
	}


	if (theid==3)
	{
		if (thestate==1)
			document.getElementById("gobtn").src="images/GOBLUEWB.jpg"

		if (thestate==2)
			document.getElementById("gobtn").src="images/go.jpg"
		
	}

	if (theid==4)
	{
		if (thestate==1)
			document.getElementById("moredetails").src="images/MORE_1BLUE.jpg"

		if (thestate==2)
			document.getElementById("moredetails").src="images/MORE_1GREEN.jpg"
	}

	if (theid==5)
	{
		if (thestate==1)
			document.getElementById("submitashot").src="images/SHORT_1BLUE.jpg"

		if (thestate==2)
			document.getElementById("submitashot").src="images/SHORT_1GREEN.jpg"
	}


	if (theid==6)
	{
		if (thestate==1)
			document.getElementById("viewmorefilms").src="images/VIEW_1BLUE.jpg"

		if (thestate==2)
			document.getElementById("viewmorefilms").src="images/VIEW_1GREEN.jpg"
	}

	if (theid==7)
	{
		if (thestate==1)
			document.getElementById("navthejury").src="images/navlinks/on/HP_1_05.jpg"

		if (thestate==2)
			document.getElementById("navthejury").src="images/navlinks/HP_1_05.jpg"

	}		

	if (theid==8)
	{
		if (thestate==1)
			document.getElementById("navthecompetitionrules").src="images/navlinks/on/HP_1_06.jpg"

		if (thestate==2)
			document.getElementById("navthecompetitionrules").src="images/navlinks/HP_1_06.jpg"

	}		


	if (theid==9)
	{
		if (thestate==1)
			document.getElementById("navtheguidelines").src="images/navlinks/on/HP_1_07.jpg"

		if (thestate==2)
			document.getElementById("navtheguidelines").src="images/navlinks/HP_1_07.jpg"

	}		


	if (theid==10)
	{
		if (thestate==1)
			document.getElementById("navaboutfilmaka").src="images/navlinks/on/HP_1_08.jpg"

		if (thestate==2)
			document.getElementById("navaboutfilmaka").src="images/navlinks/HP_1_08.jpg"

	}		


	if (theid==11)
	{
		if (thestate==1)
			document.getElementById("navhelp").src="images/navlinks/on/HP_1_09.jpg"

		if (thestate==2)
			document.getElementById("navhelp").src="images/navlinks/HP_1_09.jpg"

	}		

	if (theid==12)
	{
		if (thestate==1)
			document.getElementById("myaccountbtn").src="images/ACCOUNT_1BLUE.jpg"

		if (thestate==2)
			document.getElementById("myaccountbtn").src="images/ACCOUNT_1GREEN.jpg"

	}		

	if (theid==13)
	{
		if (thestate==1)
			document.getElementById("navhome").src="images/navlinks/on/HP_1_04.jpg"

		if (thestate==2)
			document.getElementById("navhome").src="images/navlinks/on/HP_1_04.jpg"

	}	
	if (theid==14)
	{
		if (thestate==1)
			document.getElementById("finalists").src="images/finalists_ro.jpg"

		if (thestate==2)
			document.getElementById("finalists").src="images/finalists.jpg"
	}	
	if (theid==15)
	{
		if (thestate==1)
			document.getElementById("filmakajournal").src="images/filmakajournal_ro.jpg"

		if (thestate==2)
			document.getElementById("filmakajournal").src="images/filmakajournal.jpg"
	}
	src="images/navlinks/HP_1_04.jpg"
}

function changeScrollbarColor() {
document.body.style.scrollbarBaseColor = '#636562';
document.body.style.scrollbarFaceColor='#666666';
document.body.style.scrollbarArrowColor='#6E89DD';
document.body.style.scrollbarTrackColor='#FFFFFF';
document.body.style.scrollbarShadowColor='#FFFFFF';
document.body.style.scrollbarHighlightColor='#EEECEF';
document.body.style.scrollbar3dlightColor='#EEECEF';
document.body.style.scrollbarDarkshadowColor='#000000';
}

