/* author: dan@wee-dance-company.de */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 07/06/2006 */
function to_german ()
{
nextloc='http://www.sommerulrickson.org/index_'+infofeld.which_page.substring(0,infofeld.which_page.length-5)+'.html';
//alert (nextloc);
top.location.href=nextloc;
}

function to_english ()
{
nextloc='http://www.sommerulrickson.org/index_'+infofeld.which_page+'_engl.html';
//alert (nextloc);
top.location.href=nextloc;
}

