<!--

function OpenWin(helpname,width,height){	
	var wnd
	wnd = window.open(helpname,'WIN','width=' + width + ',height=' + height + ',top=100,left=400,resizable,scrollbars=yes,toolbar=no,status=no,directories=no,menubar=no,location=no');
}

// -->