// JavaScript Document

function roundCorner(){
	blPosY = document.getElementById("BL").offsetTop;
	//alert(blPosY);
	if(blPosY>450){
		document.getElementById("BL").className = "blWhite";
	}else{
		document.getElementById("BL").className = "bl";
	}
}
/*
function galleryHomeOver(){
	document.getElementById("randomProject").style.backgroundImage = "images/gradient_title.gif";
}
function galleryHomeOut(){
	document.getElementById("randomProject").style.backgroundImage = "images/gradient_title_gray.gif";
}
*/