

function imgswc( szid, path )
{
	try
	{
		document.images[szid].src = path; 
	}
	catch ( e )
	{
		//alert( '!' );
	}	

}

function getAddress()
{

	return 'thasegawa@liberworks.co.jp';
}


