function launchsingles()
{ 
	width=600;
	height=500;

	appletWindow=window.open('results/draws/2001/frenchopen.html','draw','width=600,height=500,top=0,left=0,resizable=no,status=yes'); 
	if (appletWindow.opener == null) appletWindow.opener=self; 
} 
function openwindowlink(page) 
{
	newwin = window.open(page,"windowname","height=200,width=600,scrollbars,resizable=0")
}
