function enlarge(url) {
	newwindow=window.open(url.replace('-th.jpg', '.jpg'),"name","height=400,width=450");
}
function active(ovr){
ovr.style.cursor='pointer';	
ovr.style.borderColor = '#ffffff';
}
function deactive(ovr){
ovr.style.borderColor = '#000000';
}