function load_frames(param)
{
	window.location.href="galerie_m.html";

	//window.frames[1].document.open();
	frames[0].document.write('1'/*window.frames.length*/);
	//top.galerie.document.write('shlfhsdlfkdf');
	//parent.galerie.location.href=param;

}