function antispam(name,domain,ext)
{
	return document.write('<a href=\"mailto:'+name+'@'+domain+'.'+ext+'\">'+name+'@'+domain+'.'+ext+'</a>');
}

function menuOver(x,y)
{
	if(x>0)
	{
		document.getElementById("scm"+x).style.display="block";
	}
	for(i=1;i<y+1;i++)
	{
		if(i!=x)
		{
			document.getElementById("scm"+i).style.display="none";
		}
	}
}

function develop(x)
{
	var todev=document.getElementById(x);
	todev.style.display=(todev.style.display=="block")?"none":"block";
}

function imgFrame(x)
{
	var decor_photo='';
	decor_photo ='<table width="100" border="0" cellpadding="0" cellspacing="0">';
	decor_photo+='<tr><td colspan="2"><img src="../img/frame-top.gif" /></td><td rowspan="2"><img src="../img/frame-right.gif" /></td></tr>';
    decor_photo+='<tr><td rowspan="2" valign="bottom" style="vertical-align:bottom"><img src="../img/frame-left.gif" /></td><td><img src="'+x+'" class="photo" /></td></tr>';
	decor_photo+='<tr><td colspan="2" align="right"><img src="../img/frame-bottom.gif" /></td></tr>';
	decor_photo+='</table>';
	document.write(decor_photo);
}
