function adwords( id )
{
	if( id ){
		
		document.all.adwordsFrame.src = "adwords.htm";
	}
}

