// code generated with http://www.free-solutions.de/js/browser_tool_neuwin.htm

function OpenWindow(file)
{
	LoadMusic=window.open (file, '',
	'toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=no,resizable=yes,width=230,height=130,left=200,top=200	'); 


	LoadMusic.window.focus(); 
}
